Removing Featured Image from Individual Page
The topic ‘Removing Featured Image from Individual Page’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
Thanks for your help so far with my website, I’m very happy with how it’s turning out!
My question is: Is there a way to remove the featured image from the individual page so that it doesn’t show up as the first thing you see when you click through?
I love that the featured image on a post creates the tile icon on the home page, but would like a way to remove it from the individual post page to make room for my video as the first thing a viewer would see.
Thanks again!
Adam
The blog I need help with is: adamhudsondop.co.uk
Hi Adam,
Taking this page as an example: https://adamhudsondop.co.uk/the-last-toymaker/, use following CSS:
section#single-header {
background-image: none !important;
height: 150px !important;
}
#single-header.cover {
min-height: 150px;
}
Cheers.
The topic ‘Removing Featured Image from Individual Page’ is closed to new replies.