Tagged: menu
Right now I have a transparent header on the homepage. The menu text is dark but I really want it white just like the logo on the left-hand side. https://www.screencast.com/t/ACOFRzz83
Where can I go to change this? I only want it changed for the home page.
Hey Aurora,
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.home #header.av_header_transparency .av-main-nav > li > a .avia-menu-text,
#top.home #header.av_header_transparency .av-main-nav > li#menu-item-search a {
color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
It worked! Thank you. Please close this ticket for me.