Okay
  Public Ticket #1854205
Hamburger menu and overlay
Closed

Comments

  •  1
    Chris started the conversation

    Hi!

    I'm curious if there is css to make the entire screen gray out when you use the hamburger menu. Currently the header/logo area remains white. Any ideas how to overlay that area too. Thanks!

  •  8,996
    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):

    body #slide-out-widget-area-bg {
        background-color: rgba(0,0,0,0.4);
        z-index: 9999 !important;
    }

    Thanks


    ThemeNectar Support Team