Tagged: background video, color section
Hey Guys,
The color section Background video was working fine and then all of the sudden just stopped.
I disabled the plugins and that didn’t resolve the issue.
Check it out:
https://glossmoderne.com/
Thanks,
JB
Hi JB!
You are currently using an older version of the theme which is not compatible with the WordPress version you are using. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Thanks Yigit!
Really appreciate you getting back to me.
I did make some Quick CSS changes (detailed below), do those get lost in the update?
Note, I did make this into a child theme.
Thanks again!
JB
#top ul:first-child > li:hover .avia-menu-text {
color: #666666;}
.current-menu-item .avia-menu-text {
color: grey!important;
}
li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: hidden;}
li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: hidden;}
.main_menu ul:first-child > li > a{
padding: 0 24px !important;
}
.home .container_wrap, .home .avia-layerslider { border-top-style: none; }
.home .avia-shadow { box-shadow: none; }
.home #header_main { border-bottom-style: none; }
.avia-menu-fx {
display: none !important;
opacity: 0;
}
Hi!
Your custom CSS code in Style.css file of your child theme and Quick CSS field are safe and will not get lost when you update the parent theme
Best regards,
Yigit
Your the man!
Thanks Yigit!