Home Forums WoodMart support forum Changing or removing product filters

Changing or removing product filters

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

    magnet
    Participant

    Hello,

    is there any way to remove some of the filter options in the shop? I have a few options I would like to remove. See the picture for more detailed info.

    Thank you for the answer.

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

    Hello,

    1. Disable the Number of columns selector in the Theme Settings > Shop > Product grid

    2. Add this code to the Theme Settings > Custom CSS:

    body .woodmart-products-per-page {
    display:none;
    }

    3. It is not possible to delete the line in the filters.

    Best Regards

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