Home Forums WoodMart support forum Changing or removing product filters Reply To: Changing or removing product filters

#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