Home Forums WoodMart support forum Filters opened on desktop and closed on mobile

Filters opened on desktop and closed on mobile

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

    Radek
    Participant

    Hi,

    There is an option in your theme “Shop filters area always opened”. Is there a way to have filters (widgets, not sidebar or page builder filters) opened by default on desktop and closed by default on mobile? Possibly with a piece of code?

    Thank you, Radek

    #165373

    Hello,

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

    .filters-area {
        display: block!important;
    }
    .woodmart-filter-buttons {
        display: none!important;
    }
    .filters-area .filters-inner-area {
        opacity: 1;
    }
    .woodmart-shop-tools {
        margin-right: -30px;
    }

    Best Regards

    #165374

    Radek
    Participant

    Just for the others, it should be added to the ‘Theme Settings > Custom CSS > Desktop’ … if you want to have it opened on desktop.

    But anyway, it works well!

    Thank you for your help, Radek

    #165375

    Hello,

    Yes, that is right. If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Filters opened on desktop and closed on mobile’ is closed to new replies.