Hide featured image on individual PAGE
- The topic ‘Hide featured image on individual PAGE’ is closed to new replies.
Need help? Check out our Support site, then
Hello! Thank you so much for the previous code you provided, which hid the featured images on individual POSTS, Are you able to also provide a code to hide the featured images from displaying on the PAGES?
Here is the example:
I would like it to still display here: https://marikamagdolnaskitchen.com/recipes/category/
But not display here: https://marikamagdolnaskitchen.com/recipes/category/fermenting/
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi,
you are welcome.
You can use this:
.page-template-default .type-page .post-thumbnail {
display: none;
}
Let me know if this helps.
All the best,
Ana