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!