• Resolved kfirsad

    (@kfirsad)


    Hey! I really love this plugin but i’m facing a problem:
    I want to show the catagories on my posts in the grid, but prevent the users from clicking on them to get to catagory page.

    Is there any way to do that?
    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Habib

    (@habibjh)

    Hi @kfirsad

    Actually, there is no way to disable the category link from the post grid plugin. And its default behavior is that each category has the archive link. But if you would like to prevent the link then you can do it by CSS easily. Please put the below code in the Customize > Additional CSS. Hopefully, it will help you.

    .rt-tpg-container .rt-holder .categories-links a {
    pointer-events: none;
    }

    • This reply was modified 1 year, 10 months ago by Habib.
    Thread Starter kfirsad

    (@kfirsad)

    Thank you very much, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable catagory linkinkg’ is closed to new replies.