Okay
  Public Ticket #752542
Change Menu Active/Hover Color
Closed

Comments

  • Jonathan started the conversation

    I need to change the color of my main menu, as it is almost unvisible when active. I want the active color to be something like #999.

    I attached a file to visualize the problem.

    Thx for your help.

  • Jonathan replied

    Solved that one but would still like to know how to individually change the color of one menu item ..in this case the "blog" as it is not part of the one-pag-design :)

  •  8,345
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#mobile-menu {
        background-color: #004594 !important;
    }
    

    Best.


    ThemeNectar Support Team