Tagged: menu, Menu button, menu font color
Hi!
One question….how do I change the font to white for my Button (Contact) menu item? I want the rest of the menu item fonts to stay black.
Hi BrendaSarg,
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-item-32 a .avia-menu-text {
color: white !important;
}
Thanks,
Rikard
For some reason that didn’t work?
Hi,
This is overriding from your enfold.css, could you try to remove !important from it please?
#top #header .av-main-nav > li > a .avia-menu-text {
color: #000000 !important;
}
Thanks,
Rikard
Ok, so the problem when I do that is when you scroll down, my navigation turns white, making it invisible??
Forget it! Figured it out, sorry :)