Need help with Hiding feautered image from top of every post
-
hey take a look on my website http://www.strangerland.in ,i want feature image only on homepage not on everypost header.please help
-
Hi @rexspidy, it looks like you are using WordPress but you are not hosted here at WordPress.com. For self-hosted WordPress sites such as yours, I would suggest asking for help from the theme author directly or ask in the volunteer-based WordPress.org Themes and Templates forum.
For general questions on self-hosted WordPress.org installations, visit http://wordpress.org/support/.
The differences between WordPress.com and WordPress.org.
I did take a quick look and the following CSS should get you what you want.
.single #featured-image { display: none; }If you have not yet done so, I would suggest creating a child theme so that any customizations you make will not be overwritten by a future theme update. Alternately you can use the Edit CSS function in the Jetpack plugin, or use one of the other Custom CSS plugins that will keep CSS changes from being overwritten.
Child Themes
Child Theme creation plugins
Jetpack plugin
Custom CSS plugins
- The topic ‘Need help with Hiding feautered image from top of every post’ is closed to new replies.