How do I change the color of the Fullwidth Sub menu styling ~ for example. Font size, idle color, hover color
Hi lmzucker432,
The option with styling it is limited, the menu colors is chosen from the colors in Main Content, Alternate Content, Logo Area, etc.
If you need some custom CSS to help with it, then we’ll provide it, just give us the values for the font size, color and hover color.
Best regards,
Nikko
I would like the font size around 20, the idle color would be white with no opacity and rollover would be yellow.
Hi lmzucker432,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-submenu-container .avia-menu-text {
color: white;
font-size: 20px;
}
#top .av-submenu-container .avia-menu-text:hover {
color: yellow;
}
Best regards,
Nikko
After clearing my cache and adding that code no elements changed.
Hi lmzucker432,
I have inspected your site but I don’t see the code I gave anywhere.
Can you try to disable CSS file merging and compression in Enfold > Performance? then clear the cache.
Best regards,
Nikko