Home Forums WoodMart support forum How to disable clcikable product grid

How to disable clcikable product grid

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

    piyaidea
    Participant

    Hi

    How to disable clcikable in product grid
    Because I don’t want to click to go to the product details page.

    Thankyou

    Attachments:
    You must be logged in to view attached files.
    #546019

    Hello,

    Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-entities-title{
    	pointer-events:none !important;
    }
    
    .product-element-top, .product-thumbnail, a img{
    	pointer-events:none;
      cursor: default;
    }

    Best Regards.

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