Remove links in grid widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28527
    Jessica Crisp
    Participant

    I am using the grid widget to display inventory but I am not using single posts page. Is there any way to remove the link on the title and taxonomies? I don’t want anything in the grid clickable but still need to display title & such. Any ideas???

    #28542
    Veena
    Moderator

    Which grid you are using ? post or portfolio?
    Can you pls share specific page link?

    #28552
    Jessica Crisp
    Participant

    It is the portfolio grid, I believe. The one I’m using just says “livemesh grid” on the widget. its not the post block.
    I can’t share a link because I’m using maintenance mode, but I added screenshot. When you hover over the title, it shows a link that you can click to go the single post. I don’t want that option.
    I saw there was a way to remove the link with the picture, but not with the title or the metadata.

    #28561
    Veena
    Moderator

    Pls use the below custom CSS –

    .lae-block .lae-module-entry-info a {
        pointer-events: none !important;
    }
    
    #28563
    Raghavendra
    Moderator

    Additionally, if you are displaying titles below the grid image, you can use the following custom CSS in Elementor Addons settings window -> Custom CSS tab.

    .lae-module .entry-title a { pointer-events: none; }

    #28565
    Jessica Crisp
    Participant

    Thank you! It worked, Just what I needed!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove links in grid widget’ is closed to new replies.