Home Forums WoodMart support forum Product filter bug Reply To: Product filter bug

#112344

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

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

Best Regards