- This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Featured image for the blog’ is closed to new replies.
Home › Forums › Trusted Pro › Featured image for the blog
Hi,
I’m having a problem on the blog with the Trusted Pro theme. I would like to keep the featured image for the presentation of the article but I would like it not to be present in large format at the beginning of my article. How to proceed?
Hello Emilie
In the Customizer, copy the following into Additional CSS
.single-entry-content .wp-post-image {
display: none;
}
This will stop the featured image being displayed on single posts, while still being visible in your post archives (blog page etc).
It’s perfect !
Thanks a lot 😉