I don’t want the featured image to appear in the actual blog posts.
I’ve looked through other threads and this is the code I have in the custom css:
.single .entry-featured {
display: none;
}
But the featured image still shows up:
https://crossfitcortez.com/2017/07/workout-7-25-17/
I do want the featured image to appear in the category archive, otherwise I just wouldn’t select one…
Thoughts? Thanks!