Pictorico Theme: Hiding Featured Image header on posts
-
I’m trying to remove the header images from individual post pages, but I’d still like to keep them on the home page. Nothing I’ve tried so far with CSS has worked. Can anyone help me find the right code to do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there, this should do it for you.
.single .entry-thumbnail { display: none; } .single .has-thumbnail .entry-header { height: 100px; } -
-
-
Sorry for my ignorance, but will you please walk me through how and where to implement this code?
Thank you -
No need to be sorry. We all started ignorant :-)
You need to buy the Custom Design upgrade to be able to add custom CSS.
Please check the Custom CSS section of the Custom Design support document to understand where to add you custom css.
Please feel free to ask any more questions you may have :-)
-
- The topic ‘Pictorico Theme: Hiding Featured Image header on posts’ is closed to new replies.