Tagged: Font-color, top menu
Hi,
How can I have a different font color in the top menu? When I change the header color the menu color changes also.
Thanks
Hey OrangeMediaNL!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .sub_menu>ul>li>a { color: red; }
.header_color .sub_menu>ul>li>a:hover { color: blue; }
Best regards,
Yigit
Hi Yigit,
Thanks for the quick response. Actually it isn’t a submenu that I placed there but a small info text. Do you know what code I should use in that case?
Thanks
Ruben
Hey!
Please add following code to Quick CSS instead
.av_phone_active_left.av_secondary_left .phone-info.with_nav span { color: red; }
Regards,
Yigit
Hey,
That only seems to work for the phone, not for the text ;) http://qapitalinvest.com/
Thanks
Ruben
Hey!
Please add following code to Quick CSS as well :)
.social_header .phone-info span { color: white !important; }
Cheers!
Yigit
Thnx!