How do I make the Category meta unclickable in products grid?
-
Screenshot: https://i.imgur.com/fV5sIcS.jpeg
I want to make the category name unclickable in the products grid so that even if anyone clicks it, they aren’t redirected to the category page. Please tell me how I can do it.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
.product-grid-item .wd-product-cats a{
pointer-events: none;
}
If you have any questions please feel free to contact us.
Best Regards