Hi guys,
I like to use featured images (as everybody does) to showcase my post. However I do not want that same featured image again on top of my post because it interferes with the video. Is there a way to remove it from in post but keeping it on the blog page? I
Tom
I’ve tried this:
.single .big-preview.single-big {
display: none;
}
But if I do this it removes video as well from the header. I would like to retain video functions in the post, just not the thunbnails of the featured image.
Hey,
Can you give us a link to the post with the featured image and a video?
Regards,
Ismael
Is one of the posts where I’d like to keep the video where it is, but remove the featured image. Whilst it remains on the blog itself.
I’ve temporarely disabled copyright protection if you need to get in the code.
*whilst the featured image remains on the general blog page
that had to be :)
Hey,
You can add this on your custom.css or Quick CSS:
.single .wp-post-image {
display: none;
}
Regards,
Ismael
Thank you very much again Ismael, you’ve been of great help!
Greetings,
Tom