Okay
  Public Ticket #1496561
MENU stripes
Closed

Comments

  • MelchersIT started the conversation

    He, how can i edit the look of the off canvas menu stripes. My client wants it to be like the attachment. thanks in advance

  •  2,733
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Do you want to thicken the lines? Please elaborate more.

    Regards

  • MelchersIT replied

    Yes thicker lines and three lines of the same lenght. I changed the color already.

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

    @media only screen and (min-width: 1000px) {
        body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] header#top .slide-out-widget-area-toggle a .lines-button:after, body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] header#top .slide-out-widget-area-toggle a .lines:before, body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] header#top .slide-out-widget-area-toggle a .lines:after {
             width: 2rem !important;
            height: 3px !important;
        }
    }

    Thanks


    ThemeNectar Support Team