Okay
  Public Ticket #218549
Mega Menu top nav hover color
Closed

Comments

  • Stambro started the conversation

    Mega Menu top nav hover color

    We're using the Mega Menu. The top-level navigation items change color when you hover over them.

    But the links don't go anywhere. How can I turn off the hover color?

  •  8,409
    Tahir replied

    Hey Stambro!

    Add this into the Custom CSS box located in your Salient Options panel :

    body header#top nav .sf-menu li.sfHover > a.sf-with-ul {
        color: #ccc !important;
    }
    

    Thanks


    ThemeNectar Support Team 

  •   Stambro replied privately
  •  8,409
    Tahir replied

    Hey Stambro!

    Sorry for the delay . Have fixed it for you. 

    Cheers


    ThemeNectar Support Team 

  • Stambro replied

    Thank you Tahir! :)