653332e7 by Jeff Balicki

wpml

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5909f7bb
...@@ -20019,71 +20019,18 @@ ul.sf_date_field .sf-datepicker { ...@@ -20019,71 +20019,18 @@ ul.sf_date_field .sf-datepicker {
20019 background-color: #669999; 20019 background-color: #669999;
20020 } 20020 }
20021 20021
20022 #gt_float_wrapper { 20022 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
20023 right: 0rem !important; 20023 position: absolute;
20024 width: 80px !important; 20024 right: 20px;
20025 overflow: visible; 20025 top: 3px;
20026 }
20027 @media screen and (max-width: 62.5rem) {
20028 #gt_float_wrapper {
20029 top: 0rem !important;
20030 }
20031 }
20032 #gt_float_wrapper .gt_float_switcher {
20033 box-shadow: none !important;
20034 border-radius: 0rem 0rem 0.625rem 0.625rem;
20035 overflow: visible;
20036 }
20037 #gt_float_wrapper .gt_float_switcher .gt_options {
20038 max-height: unset !important;
20039 border-radius: 0rem 0rem 0.625rem 0.625rem;
20040 margin-left: -100px;
20041 width: 180px;
20042 }
20043 #gt_float_wrapper .gt-current-lang img {
20044 display: none;
20045 } 20026 }
20046 #gt_float_wrapper .gt-current-lang .gt-lang-code { 20027 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a {
20047 color: #000; 20028 color: #000;
20029 font-weight: bold;
20030 font-size: 22px;
20048 } 20031 }
20049 #gt_float_wrapper .nturl { 20032 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover {
20050 font-size: 1rem; 20033 color: #699 !important;
20051 line-height: 1.125rem;
20052 }
20053 #gt_float_wrapper .nturl img {
20054 display: none;
20055 }
20056
20057 .gt_float_switcher .gt-selected {
20058 background-color: transparent !important;
20059 text-align: left !important;
20060 }
20061
20062 .gt_options {
20063 background-color: #fff !important;
20064 padding: 0.625rem 0;
20065 }
20066
20067 .admin-bar #gt_float_wrapper {
20068 top: 2.5rem !important;
20069 }
20070
20071 .gt_float_switcher .gt_options a {
20072 color: black !important;
20073 }
20074
20075 .gt_float_switcher .gt_options a:hover {
20076 background-color: #fff !important;
20077 color: black !important;
20078 text-decoration: underline;
20079 }
20080
20081 .gt-current-lang:hover .gt-lang-code {
20082 color: #669999 !important;
20083 }
20084
20085 .gt-current-lang:has(.gt_arrow_rotate) .gt-lang-code {
20086 color: #669999 !important;
20087 } 20034 }
20088 20035
20089 .promo-area { 20036 .promo-area {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' ); ...@@ -20,7 +20,7 @@ $container = get_theme_mod( 'understrap_container_type' );
20 20
21 21
22 <div class="<?php echo esc_attr( $container ); ?>"> 22 <div class="<?php echo esc_attr( $container ); ?>">
23 23
24 <!-- Your site branding in the menu --> 24 <!-- Your site branding in the menu -->
25 <div class="branding"> 25 <div class="branding">
26 <?php get_template_part( 'global-templates/navbar-branding' ); ?> 26 <?php get_template_part( 'global-templates/navbar-branding' ); ?>
...@@ -57,5 +57,5 @@ $container = get_theme_mod( 'understrap_container_type' ); ...@@ -57,5 +57,5 @@ $container = get_theme_mod( 'understrap_container_type' );
57 ?> 57 ?>
58 58
59 </div><!-- .container(-fluid) --> 59 </div><!-- .container(-fluid) -->
60 60 <?= do_shortcode('[wpml_language_selector_widget link_current=0]') ?>
61 </nav><!-- #main-nav --> 61 </nav><!-- #main-nav -->
......
1 #gt_float_wrapper{ 1 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
2 right: 0rem !important; 2 position: absolute;
3 width: 80px !important; 3 right: 20px;
4 @media screen and (max-width: 62.5rem){ 4 top: 3px;
5 top: 0rem !important; 5 a{
6 } 6 color: #000;
7 overflow: visible; 7 font-weight: bold;
8 .gt_float_switcher{ 8 font-size: 22px;
9 box-shadow: none !important; 9 }
10 border-radius: 0rem 0rem 0.625rem 0.625rem; 10 a:hover{
11 11 color: #699!important;
12 overflow: visible;
13
14 }
15 .gt_float_switcher .gt_options{
16 max-height: unset !important;
17 border-radius: 0rem 0rem 0.625rem 0.625rem;
18 margin-left: -100px;
19 width: 180px;
20 }
21 .gt_float_switcher .gt_options.gt-open{
22
23 }
24 .gt-current-lang{
25 img{
26 display: none;
27 }
28 .gt-lang-code{
29 color: #000;
30 }
31 }
32
33 .nturl{
34 font-size: 1rem;
35 line-height: 1.125rem;
36 img{
37 display: none;
38 }
39 }
40
41 }
42
43 .gt_float_switcher .gt-selected{
44 background-color: transparent !important;
45 text-align: left !important;
46 }
47 .gt_options{
48 background-color: #fff !important;
49 padding: 0.625rem 0;
50 }
51
52 .admin-bar{
53 #gt_float_wrapper{
54 top: 2.5rem !important;
55 }
56 }
57 .gt_float_switcher .gt_options a{
58 color: black !important;
59 }
60 .gt_float_switcher .gt_options a:hover{
61 background-color: #fff !important;
62 color: black !important;
63 text-decoration: underline;
64 }
65 .gt-current-lang:hover{
66 .gt-lang-code{
67 color: #669999 !important;
68 }
69 }
70 .gt-current-lang:has(.gt_arrow_rotate){
71 .gt-lang-code{
72 color: #669999 !important;
73 } 12 }
74 } 13 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.507 5 Version: 1.0.508
6 */ 6 */
7 7
......