Rescue for stores with a large number of categories
-
Great plugin, thanks!
For stores with a large number of categories, this is a lifeline.I’m using the theme Woodmart, and yes, the images in the category shortcodes are doubled, and I hope that the developer will have time to somehow make compatibility.
But for now this can be solved visually:
.wrapp-category .category-image-wrapp a img:nth-child(2) {
display: none;
}
- You must be logged in to reply to this review.