HI,
Is it possible to change the menu color to a different color ONLY on the homepage?
I would like the menu color to be black JUST ON THE HOMEPAGE
For the rest of the site pages, the menu can be the default color
Thanks
Hey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Main menu links */
#top.page-id-206 #header #avia-menu .menu-item > a,
#top.page-id-206 #header #avia-menu .menu-item > a > .avia-menu-text {
color:#000;
}
Best regards,
Vinay