Remove unnecessary categories and attributes in products grid
-
How do we removed the attached in homepage and shop pages, and all those with product grid?
Hello,
1. In order to remove the categories from the product grid, please navigate to Theme Settings -> Product archive -> Product styles -> turn off the “Show product category next to title” option.
https://gyazo.com/3e65f2a7b04efb328c827c37c9910cac
2. The below code will help you to hide swatches:
.product-grid-item .wd-swatches-grid {
display: none;
}
Keep me informed of any issues.
Kind Regards
How can you also remove this in mobile view?
Also, swatches are still appearing in shop and categories pages. Any code to remove them in every pages?
Hello,
Please send me a link to your website, so I can check the issue there.
I await your response.
Kind Regards
Hello,
Please enter the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.product-grid-item .wrap-price .swatches-on-grid {
display: none;
}
If there’s anything else we can do, please get in touch.
Kind Regards