Home Forums WoodMart support forum Off canvas sidebar for mobile

Off canvas sidebar for mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #98939

    rutechng
    Participant

    How to change the filter button default color on mobile & table to color red?
    Check it here: http://prntscr.com/m0tjhs

    Thanks for the support.

    #98975

    Hello,

    We can change it with CSS. Please provide your page URL. If your site is under maintenance, please provide your site admin access.

    Best Regards

    #99012

    rutechng
    Participant

    Page url:docprescription.com

    #99032

    Hello,

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

    body .woodmart-sticky-sidebar-opener {
        color: red;
        -webkit-box-shadow: 0 0 5px red;
        box-shadow: 0 0 5px red;
    } 

    Best Regards

    #99498

    rutechng
    Participant

    It works. Thanks very much

    #99508

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Off canvas sidebar for mobile’ is closed to new replies.