Hide featured image in the post #1404
Answered
by
example-user30
annaisdevk
asked this question in
Help
-
Hi, In the posts I have added an image in the 'Featured Image' option. Is it possible that this image is only shown in the post preview, but not in the post? |
Beta Was this translation helpful? Give feedback.
Answered by
example-user30
Feb 28, 2024
Replies: 1 comment 4 replies
-
Do I understand you want to hide the featured image when the post is viewed on the single page but want to see it when the list of posts are displayed? What theme are you using? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to Tools & Plugins -> Custom CSS
Add the following CSS:
.post__featured-image {
display: none;
}
Save & Preview.