Archived topic
Double Featured Image
7 replies · Started by Claire on November 15, 2019
Hi,
How can I get rid of the featured image at the top of the page?
I have it in the header, but don't want it on the page itself.
https://www.athomebeauty.co/wp-content/uploads/2019/11/featured-image.png
I somehow got rid of this on my blog posts, but I cannot remember how I did it to get rid on pages.
Thanks,
Claire
Hi there,
Try using this option in the page hero:
https://www.screencast.com/t/M6k1aLLt
How do I get to that page (page hero)? :)
It would be under the list of Elements:
https://docs.generatepress.com/article/header-element-overview/
Sorted.
Thank you!
Claire
Resolved.
No problem :)
I have this same issue but that screencast is no longer available.
Never mind, found it in another topic. Thanks!
Added to custom css...
.page .page-header-image {
display: none;
}