Changing or removing product filters
-
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.
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