The Grid Disable tg-item-link

Site: https://mbcidev.wpengine.com

Is there an easy way to disable the link that exists to the post inside of The Grid plugin? I saw one answer that said to just edit the skin however the skin I am currently using doesn’t seem to be editable and I would really like to keep it in place. Is there an easy css or javascript method to this? Thanks!

Hi Velocity,

Thanks for reaching out.

If you do that, the item will no longer link to its page where details are displayed, like an event. But the solution for that is adding this CSS to Theme Options > CSS

    .tg-center-inner a {
     pointer-events: none !important;   
    }

Hope this helps.

Thanks that did the trick!

You’re welcome!
Thanks for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.