Home › Forums › WoodMart support forum › Quick view only › Reply To: Quick view only
May 31, 2022 at 5:09 pm
#380256
Luke Nielsen
Keymaster
Hello,
If you mean products that have the “Sale” label, try this one code for disabling links for them.
.product-grid-item.wd-with-labels .product-image-link {
pointer-events: none;
}
In the meantime, please feel free to ask any questions you may have!
Kind Regards