Okay
  Public Ticket #753107
Mobile menu background clo
Closed

Comments

  •  1
    Filipe started the conversation

    Yo yo yo!

    How do I change the background color of the menu on the mobile/responsive version, after the hamburger menu is opened? Right now the color is stuck in a black color.

    Thanks

  •  8,402
    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: #004493 !important;
    }
    

    Bes.t


    ThemeNectar Support Team