Home Forums WoodMart support forum How can I change the background of the mobile filter icon? Reply To: How can I change the background of the mobile filter icon?

#274746

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

.woodmart-sticky-sidebar-opener.shop-sidebar-opener.woodmart-sidebar-btn-shown {
    background: aqua;
}

Best Regards.