Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1015977

    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

    #1016202

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.