Hello
I am using Ethos and I am attempting to hide the featured image on all my posts but not on the blog index page.
my URL is http://innergrowththerapy.com/blog/
I have used the following css in the site wide css:
.hideFeaturedImage .entry-featured {
display: none;
}
.single-post .x-main .entry-featured {
display: none;
}
I attempted to inspect the image and I used this css as well:
.attachment-entry-fullwidth .size-entry-fullwidth .wp-post-image
{
display: none;
}
None of these seemed to work. Can you please let me know a way to fix this?
Also I have over 50 blog posts so I need a site wide fix and not an individual post fix. Thank you so much!
Best,
Celine
