Hiding product categories photos
-
Hi, im trying to hide all product categories photos, i need just the names of categories. I can not find any options in theme settings. Do you have any advice ?
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please, provide your site admin access (insert the site credentials into the Private content block under the message area).
Best Regards
Hello,
Please set “Alternative” style for categories in the Theme Settings > Product Archive > Category styles.
Please add this code to the Theme Settings > Custom CSS > Global:
.website-wrapper .category-grid-item.cat-design-alt .category-image-wrapp {
display: none;
}
.website-wrapper .category-grid-item.cat-design-alt .hover-mask {
padding: 0;
}
.website-wrapper .category-grid-item.cat-design-alt {
text-align: left;
}
Best Regards