How to remove feature image from blog entry page?
-
I’m using the Nexus Elegant Themes template and would like to keep the feature images on the home page (www.the-diplomatique.com) but remove the feature image that’s replicated in the header of the actual entry page (http://thediplomatique.wordpress.com/wp-admin/customize.php#css).
Please help!
The blog I need help with is: (visible only to logged in users)
-
Sorry, to clarify…
Here’s the homepage: http://the-diplomatique.com
I’d like to keep the feature images on the homepage, but I’d like to remove the feature image in the header of each blog entry, such as this entry: http://the-diplomatique.com/2013/07/16/zengo-bottomless-brunch/
How do I do this use CSS editor?
-
This will hide the featured image on all single post pages and moves the content up where the top edge of the title is aligned with the top edge of the site title to the left. Go to Appearance > Custom Design > CSS tab, clear the informational text and paste in the following and see what you think.
.single #big_thumbnail { visibility: hidden; } #main-content { margin-top: -192px; } -
-
- The topic ‘How to remove feature image from blog entry page?’ is closed to new replies.