Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2878829
Remove Links
Closed

Comments

  • dany_salgueiro started the conversation

    Good morning, I am working on a website with this template: https://codex-themes.com/thegem/sites/trip-blog/

    I need to remove the links from the extended grid, the 2nd block, right below the Featured Posts Slider, making the grid non-clickable. Is this possible?

    As I didn't find the quick solution, I've tried with custom CSS, but seems not working.

    I appreciate your time to review my question!

  •  7,280
    Oliver replied

    HI!

    CSS example:

    .version-new.news-grid .portfolio-item .overlay .caption a {
        pointer-events: none;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • dany_salgueiro replied

    It worked! Thank you very much! 👍

  •  7,280
    Oliver replied

    You're welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver