Home Forums WoodMart support forum shop filters widgets

shop filters widgets

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

    opticienvp
    Participant

    Hi ,

    How can i remove the widgets in the shop filters (sort by and price filters).
    I dindn’t find it in the widget tab

    Thank you.

    #204582

    Hello,

    These are the default WooCommerce filters. You can hide them using the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .filters-area.filters-opened {
    display: none !important;
    }

    Best Regards.

    #204615

    opticienvp
    Participant

    Hi,

    Unfortunately, it didn’t work. when i click on “Filters” it goes down and then up.

    could you please help me with it?

    #204714

    Hello,

    It is doing that because we have hidden the filters using CSS. You can hide the button also using the following Custom CSS.

    .shop-loop-head .woodmart-filter-buttons {
    display: none;
    }

    Best Regards.

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