• Resolved bigga345

    (@bigga345)


    Hey there,

    Does anyone have an idea of how to disable the title hyperlink? Basically I don’t want them to click on the product title and have them redirect to the product page. I got the css to remove the add to cart button but is there a way to remove the hyperlink for the title? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support Amit Barai Alit

    (@amitbarai013)

    Hi @bigga345 ,

    Greetings.

    If you are using EA Product Grid, then you can use the following CSS code to disable the hyperlink for the title:

    .eael-product-title a {
        pointer-events: none;
    }

    Let me know how it goes.
    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Title hyperlink’ is closed to new replies.