Home Forums WoodMart support forum How do I make the Category meta unclickable in products grid?

How do I make the Category meta unclickable in products grid?

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

    alexbaik
    Participant

    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.

    #342395

    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

Tagged: 

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