hi what is the css to change the top alternative bar font color when its in the transparent mode ?
Hi codecreative!
Would you like to change the font color of Header meta section when scrolled down? If so, please add following code to Quick CSS
.phone-info span, .header_color .sub_menu>ul>li>a { color: red; }
.header-scrolled .phone-info span, .header-scrolled .sub_menu>ul>li>a { color: green!important; }
If you would like to change the color of main menu items, please go to Enfold theme options > Header Layout > Transparency Options
Cheers!
Yigit