Home Forums WoodMart support forum Hamburger icon

Hamburger icon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23692

    faheem ahmed
    Participant

    Hi admin
    How can I change the “show sidebar” hamburger icon to this one: fa-sliders

    How can I do this on functions.php file in child theme?

    thanks

    #23704

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-show-sidebar-btn .woodmart-side-bar-icon {
        display:none;
    }
    
    .woodmart-show-sidebar-btn:before {
        content: "\f1de";
        font-size:20px;
        font-weight:400;
        color:rgba(0,0,0,.3);
        margin-right:10px;
        font-family: "FontAwesome";
    }

    Regards

    #23731

    faheem ahmed
    Participant

    Thank you very much Artem Temos. Great Job…

    #23755

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Hamburger icon’ is closed to new replies.