Tagged: submenus
Hi, I would like to create a website with a red background-color. If I change the font color to #fff the main menu color is also #fff.
Is it possible to have different font colors for the main menu and the submenu in the header? And how can i manage the hover-Colors differently?
Here ist the site:
BR
Christian
Hey Christian,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #avia2-menu .menu-item a {
color: #fff;
}
#top #avia2-menu li.menu-item a:hover {
color: #ccc;
}
If you need further assistance please let us know.
Best regards,
Victoria
super, thank you
Hi,
Glad that Victoria helped you. :) Let us know if you need more assistance or if we can close thread.
Best regards,
Nikko