Hi,
How do I change the font colour of social media icons and top menu text? I have some pages with transparent sticky menu and some without transparency. I would like the text to be black on non-transparent menus and white on transparent.
Thanks
Hi Nick!
Please try the following in Quick CSS under Enfold–>General Styling:
.header_color .social_bookmarks a{
color:red !important;
}
Cheers!
Rikard
Ok. So how do I have different font colours when the transparency is removed on scrolling down the page? I need it to be black when the menu is transparent and white when it is not – due to it being a sticky header.
Hi!
Please add following code to Quick CSS to change the colors when transparency is active
.av_header_transparency .social_bookmarks a{
color: orange !important;
}
Cheers!
Yigit
That has fixed the social icons. Thanks. How do I do the same with the Top menu in the same bar? The telephone number colour changes as expected but not the menu text.
Hi!
Please add following code to Quick CSS as well
<Cdoe>.av_header_transparency .sub_menu>ul>li>a { color: orange !important; }
Regards,
Yigit
All sorted. Great stuff. Thanks!