Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #531485

    Hi there. See the blog post in the Private Content below. Is there a way to remove the link to the featured image from the small preview floating to the left of the article?

    #531548

    Hey Kevin!

    Please inset the below css into your custom css section:

    .single-post .single-small.with-slider .small-preview {
        pointer-events: none !important;
    }

    Cheers!
    Dake

    #532948

    Perfect. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove lightbox link from featured images on blog posts’ is closed to new replies.