Home Forums Basel support forum Remove Filters on Product Categories page

Remove Filters on Product Categories page

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

    seva.in.chains
    Participant

    Hi,
    is it possible to remove dropdown block “Filters” on shop pages?
    Screenshot: https://prnt.sc/h0jr4r

    #22269

    Artem Temos
    Keymaster

    Hi,

    You can disable this option in Theme Settings -> Shop.

    Kind Regards

    #22289

    seva.in.chains
    Participant

    Yes, but instead of this block another appears which I also don’t need. Is it possible to remove everything from this place?

    #22291

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them

    .woocommerce-result-count,
    .woocommerce-ordering {
    	display: none!important;
    }

    Regards

    #22316

    seva.in.chains
    Participant

    Yes, it works! Thanks a lot!

    #22319

    Artem Temos
    Keymaster

    You are welcome!

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