Disable category thumbnail
-
I would like to Disable the category thumbnail and instead show only the name of the category and number of products. Thanks,
Hello,
For this purpose, navigate to Theme Settings > Shop > Products & Category Styles and set “Alternative” as shown here https://prnt.sc/ivs6zf
Also, put this custom CSS into Theme setting css area:
.cat-design-alt .category-image-wrapp {
display:none;
}
Best Regards
Is there a way to make the category name linkable to the category URL – now only the products counts are linkable. Thanks,
Could you please send us a direct link where we can see it on your website?
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.category-grid-item.cat-design-alt .category-link {
display: block;
}