Hide featured image in post
-
New question for Cerauno theme blog. I like using the featured image on the front page of my blog — above the post excerpt. But I want to hide the featured image in the post area and instead just insert a picture in the post. Seems like it should be easy but I’m not having any luck.
Thanks
The blog I need help with is: (visible only to logged in users)
-
-
Hi @empiregymtx, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
-
Hi @knwachteraabb, what we can do is to use the “single” CSS class set in the opening body HTML tag to target only single posts and remove the featured image from those only.
.single .featured-header-image { display: none; }
- The topic ‘Hide featured image in post’ is closed to new replies.