Viewing 3 posts - 1 through 3 (of 3 total)
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.
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?
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
Perfect. Thanks!