Tagged: featured image
Hi – Sorry, I looked through my thread as we’d taken care of this a long time ago, but I can’t find it. Old issues are coming up again.
I have a new Page and chose a Featured Image. We’d had it programmed so it wouldn’t appear at the top of the Page, but it’s happening again.
What’s the code I need to insert to have this stop happening? I want my title to be at the top and no featured image. But I need to put a Featured Image in case folks share on FB, etc.
Thanks.
Note: I took the featured image off of that page as I needed to publish and advertise it. I’ve created a test page to show you – http://www.dominiquehurley.com/test-page/
When I get your code, I’ll re-insert the featured image so it shows up when folks share it on FB, but I don’t want featured images to show up at the top.
Note 2 – it didn’t change my old Pages, just reverted to your default for new pages. Thank you.
Hi,
use this code:
img.attachment-entry_with_sidebar.size-entry_with_sidebar.wp-post-image {
display: none;
}
Best regards,
Andy
Thank you. That worked!