How to hide featured images from single post
- The topic ‘How to hide featured images from single post’ is closed to new replies.
Need help? Check out our Support site, then
How to hide featured images from single post
There seems to be no such option in theme
The blog I need help with is: (visible only to logged in users)
Hey,
We tried to keep things as simple as possible. This is why you won’t find some options we considered nonessential.
The nice part is that you can achieve different things, like removing the featured image from the Single Post, with just a piece of custom CSS.
Give it a try using the CSS below and let me know how it went.
.singular .entry-featured img {
display: none;
}
Read more about using custom CSS here.
Happy Saturday! 🤗
Alin
Pixelgrade