Hi! I want to change the Header Menu font color to black when inactive and bd1121 when hover… In addition, I’d like a slightly larger font with heavier weight.
Unfortunately, I don’t know how to do this and have been searching for quite some time. As you can tell, I’m not a professional Web Designer.
Thank You,
Phil
Hey BowHj,
Add this to quick css:
#top #header .av-main-nav > li > a .avia-menu-text:hover{
color:#bd1121!important;
}
#top #header .av-main-nav > li > a .avia-menu-text{
font-size:18px!important;
font-weight:400!important;
}
Best regards,
Jordan Shannon
Thanks for the suggestion Jordan. I’ve added the code to quick css and it did not do anything. Can you please take a look at the website? Perhaps I’m missing something.
Phil
Hi Phil,
I see that you have file compression active, please try to delete the old CSS and JS files under Enfold->Performance and clear you local browser cache as well. You can set those values under Enfold->Advanced Styling as well if Jordans CSS still shouldn’t work.
Best regards,
Rikard