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 {
background-color: #669999;
}
#gt_float_wrapper {
right: 0rem !important;
width: 80px !important;
overflow: visible;
}
@media screen and (max-width: 62.5rem) {
#gt_float_wrapper {
top: 0rem !important;
}
}
#gt_float_wrapper .gt_float_switcher {
box-shadow: none !important;
border-radius: 0rem 0rem 0.625rem 0.625rem;
overflow: visible;
}
#gt_float_wrapper .gt_float_switcher .gt_options {
max-height: unset !important;
border-radius: 0rem 0rem 0.625rem 0.625rem;
margin-left: -100px;
width: 180px;
}
#gt_float_wrapper .gt-current-lang img {
display: none;
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
position: absolute;
right: 20px;
top: 3px;
}
#gt_float_wrapper .gt-current-lang .gt-lang-code {
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a {
color: #000;
font-weight: bold;
font-size: 22px;
}
#gt_float_wrapper .nturl {
font-size: 1rem;
line-height: 1.125rem;
}
#gt_float_wrapper .nturl img {
display: none;
}
.gt_float_switcher .gt-selected {
background-color: transparent !important;
text-align: left !important;
}
.gt_options {
background-color: #fff !important;
padding: 0.625rem 0;
}
.admin-bar #gt_float_wrapper {
top: 2.5rem !important;
}
.gt_float_switcher .gt_options a {
color: black !important;
}
.gt_float_switcher .gt_options a:hover {
background-color: #fff !important;
color: black !important;
text-decoration: underline;
}
.gt-current-lang:hover .gt-lang-code {
color: #669999 !important;
}
.gt-current-lang:has(.gt_arrow_rotate) .gt-lang-code {
color: #669999 !important;
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover {
color: #699 !important;
}
.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' );
<div class="<?php echo esc_attr( $container ); ?>">
<!-- Your site branding in the menu -->
<div class="branding">
<?php get_template_part( 'global-templates/navbar-branding' ); ?>
......@@ -57,5 +57,5 @@ $container = get_theme_mod( 'understrap_container_type' );
?>
</div><!-- .container(-fluid) -->
<?= do_shortcode('[wpml_language_selector_widget link_current=0]') ?>
</nav><!-- #main-nav -->
......
#gt_float_wrapper{
right: 0rem !important;
width: 80px !important;
@media screen and (max-width: 62.5rem){
top: 0rem !important;
}
overflow: visible;
.gt_float_switcher{
box-shadow: none !important;
border-radius: 0rem 0rem 0.625rem 0.625rem;
overflow: visible;
}
.gt_float_switcher .gt_options{
max-height: unset !important;
border-radius: 0rem 0rem 0.625rem 0.625rem;
margin-left: -100px;
width: 180px;
}
.gt_float_switcher .gt_options.gt-open{
}
.gt-current-lang{
img{
display: none;
}
.gt-lang-code{
color: #000;
}
}
.nturl{
font-size: 1rem;
line-height: 1.125rem;
img{
display: none;
}
}
}
.gt_float_switcher .gt-selected{
background-color: transparent !important;
text-align: left !important;
}
.gt_options{
background-color: #fff !important;
padding: 0.625rem 0;
}
.admin-bar{
#gt_float_wrapper{
top: 2.5rem !important;
}
}
.gt_float_switcher .gt_options a{
color: black !important;
}
.gt_float_switcher .gt_options a:hover{
background-color: #fff !important;
color: black !important;
text-decoration: underline;
}
.gt-current-lang:hover{
.gt-lang-code{
color: #669999 !important;
}
}
.gt-current-lang:has(.gt_arrow_rotate){
.gt-lang-code{
color: #669999 !important;
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
position: absolute;
right: 20px;
top: 3px;
a{
color: #000;
font-weight: bold;
font-size: 22px;
}
a:hover{
color: #699!important;
}
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.507
Version: 1.0.508
*/
......