HIding featured image on top for a specific post
-
Hi, I’m trying to remove the featured image on top of a post for specific posts only using CSS but not sure how. This code
`.single-post .wp-post-image {
display: none;
}got rid of featured images for all posts but I was wondering how to specify in which posts I did not want the photo. Also, I’m a beginner to all this so would appreciate detailed steps! Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
What is the link for the specific post?
You’ll need to target the post’s unique post-id to have your CSS apply to only that one post.
Also note that your plan gives you access to both live chat and direct email support for help with questions like these. You can reach those at any time by clicking the Help icon that appears bottom-right on all the My Sites pages, or else via the direct link at https://wordpress.com/help/contact
- The topic ‘HIding featured image on top for a specific post’ is closed to new replies.