Remove featured image from posts?
-
I have the theme “Hatch” set up on my blog. When you click on each post, the featured image shows up before the content of the post. Is it possible to change that without purchasing the CSS upgrade?
For example, I want to remove the camera image before the demo reel video.
http://emilygeraghty.wordpress.com/2014/07/14/2014-demo-reel/The blog I need help with is: (visible only to logged in users)
-
Hi emilygeraghty,
I believe the only way to do that would be to purchase the Custom CSS add-on like you suggested.
I checked out the theme and there doesn’t seem to be any options to turn off the featured image on full post.
If you do purchase the Custom CSS though and need help using it to remove the image let me know and I’d be happy to help.
-
Hi Emily – if you do opt to go with the Custom Design upgrade as Sandy suggested, it includes the ability to use our custom fonts, modify the colour palette, or add custom CSS.
This bit of CSS should take care of removing the featured image on single posts:
.single .single-large-thumb { display: none; }You can get a preview of what that would look like by entering this CSS in the Customizer in the CSS panel.
Just let us know if you need anything else!
- The topic ‘Remove featured image from posts?’ is closed to new replies.