Hi,
I set my blog posts with a featured image, so it will be shown in the preview of each blog post on my blog page. However, the images are also showing in the posts. Is there a way to remove the featured images from inside the posts but to still make them show on the post preview on the blog page?
I’v tried using this code line:
.single-post .x-main .entry-featured {
display: none;
}
It works, but only on one of 2 posts.
Thank you,
Nati