How to delete thumbnail from product cagegories?
-
How to delete images from product categories like on photo and left only text.
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to hide the product category image, I need to give you custom CSS.
Please share the page url i will check and give you a custom css.
Best Regards.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-img-width .cat-design-alt .category-image-wrapp {
display: none;
}
Best Regards.