Home Forums WoodMart support forum I want swatches and tooltip on product page but not in grid lists

I want swatches and tooltip on product page but not in grid lists

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #136150

    lotusyarns
    Participant

    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?

    #136206

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .product-grid-item .swatches-on-grid {
       display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)