Okay
  Public Ticket #1554821
Hamburger line thickness
Closed

Comments

  • timxddd started the conversation

    Hello, 

    Is there any way to set line thickness of the Hamburger menu?

    Like theme options or any custom css will you suggest?

    Cheers,

    Tim

  •  2,727
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.lines:before {
        height: 5px!important;
        width: 7rem!important;
    }
    body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle[data-icon-animation="simple-transform"] .lines-button.lines:after {
        height: 5px!important;
        width: 7rem!important;
    }
    

    Hope this helps,

    Regards