I want swatches and tooltip on product page but not in grid lists
-
https://maoxianjie.com/product/2893/
this is the product page, anyway to show a tooltip above relative variant image?
https://maoxianjie.com/product-category/yarns/handknitting-yarn/
grid page, i don’t want any swatches here, but is i disable the setting from theme settings – shop – attribute swathes – grid swatch attribute to display, the swatch will not show on product page too, how can I remove swatch from grid but keep in product page?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-grid-item .swatches-on-grid {
display:none;
}
Best Regards