Remove featured image from single post – Curator Theme
-
I would like to remove the featured image so that it shows on the home page but does not show in the individual blog post. I would like to use the Customising CSS tab in the Theme customiser if possible.
I tried:
.post-thumb {
display:none;
}But this removes the featured images on the home page as well – can this be specific to the individual post?
Thank you!
-
Hi there, this thread is marked as resolved and I see by looking at your site that you have used the following CSS to hide the featured images on single post pages.
.single-post .post-thumb { display: none; }Please let us know if you have any additional questions.
-
Yes, thank you I managed to sort it however I have since changed it to:
.single-format-standard .post-thumb { display: none; }as using .single-post removed the images from all post types, including galleries.
-
- The topic ‘Remove featured image from single post – Curator Theme’ is closed to new replies.