Okay
  Public Ticket #2285818
Mobile background menu color
Closed

Comments

  • Arunas started the conversation

    Hello,

    I`m trying to change menu color in mobile view. I found code in forum: 

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

    but it dosent work.I tryed to change colors in Header and navigation -> Logo and general styling but it didnt help. 

    How can I change color? 

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #slide-out-widget-area.slide-out-from-right {
        background-color: #ff1053 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Arunas replied

    It works. Thanks a lot :)