Hello,
I’m using the Clear or glass menu for the home page of my website, i want to know how to change the font colors when the menu is in glass form only, as when you scroll down the menu turns white, and the colors are nice when its white. so is there a way to change the colors only when the menu is in glass form?
Hey Jihad,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av_header_transparency a .avia-menu-text{
color:#fff!important;
}
Best regards,
Vinay
Hello Vinay,
That worked for the menu, how do i do the language switcher and the contact fields?
Hello Vinay,
That worked for the menu, how do i do the language switcher and the contact fields?
Hi,
Please use the following css code for the language switcher and the contact info:
#top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
color: #ffffff;
}
.header_color .phone-info a {
color: #ffffff;
}
Best regards,
Ismael
Hey Ismael,
That worked, but the contact element stays white even after the menu goes into Sticky mode.
Hey!
Please change the second code to following one
.av_header_transparency .phone-info a {
color: #ffffff;
}
Best regards,
Yigit
Perfect. thank you guys always and always.