How to not show Featured Image on Blog Posts
-
I need the featured images for the category display, but I’d like the featured images not to show on the blog posts themselves.
Is there some CSS code to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi,
some themes allow you to hide via Customizer.But via CSS you can try this code:
.single-post .post-thumbnail { display: none; }Hope that helps!
-
Hi, thank you so much for your response.
Unfortunately this code didn’t work.
I can’t see how to do it in the IPPO theme either. Do you know if there’s another way round?
Thanks in advance!
-
Hi, your blog is private so I can’t try the code directly.
But I tried the IPPO theme and maybe this will work:
.single-post .featured-image { display: none; } -
Hi there!
Looks like you already got it working; thanks for helping out, @lillyeffect!
@aferjones, remember that with your plan, you can access Live Chat directly via https://wordpress.com/help/contact. That way, you can get help faster. -
Hi, yes this code worked perfectly thank you so much @lillyeffect !
Thank you for guiding me toward the Live Chat @frestamoica – much appreciated.
-
- The topic ‘How to not show Featured Image on Blog Posts’ is closed to new replies.