Home Forums WoodMart support forum remove filter

remove filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #658119

    younessramal
    Participant

    I want to remove the filter section from all product display pages permanently

    Attachments:
    You must be logged in to view attached files.
    #658158

    Hello,

    You can disable the “Number of columns selector” option in Theme Settings > Product Archive > Products Grid.

    To hide the sorting dropdown, try to add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-ordering {
    display: none;
    }

    Best Regards,

Tagged: 

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