Disable link to featured image

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20758
    Gadium
    Member

    Hi!

    Can I disable or hide “+” button on posts? I don’t want a link to the featured image, I prefer a link to the content of the post / gallery.

    Thanks!

    #20771
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .image-info a.lightbox-link span {
        display: none;
    }
    
    #20773
    Gadium
    Member

    Thanks so much,

    I was just ansmering myself I’ve found solution:

    .type-portfolio .image-info-buttons {
        display: none;
    }
    .type-post .image-info-buttons {
        display: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable link to featured image’ is closed to new replies.