Okay
  Public Ticket #1644117
Mobile Menu Background/Font
Closed

Comments

  •  2
    ebenet started the conversation

    Salient options for mobile menu background and mobile menu font colors do not work. Is there a way to change the font color and the background color of the mobile menu?

  •  9,001
    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):

    div#mobile-menu {
        background-color: #333333 !important;
    }
    #mobile-menu ul li a {
        color: #276ffa !important;
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team