Archived topic
featured image problem
3 replies · Started by Julie Onofrio on September 3, 2015
I have the featured image set using the little box on the right hand side of the wordpress dashboard for posts/pages and the image shows up at the top of the post and then again in the post/page.
I know I can uncheck show featured image, but I want the featured image so it pulls into facebook posts.
I want to remove the image at the top. I have it on over 300 pages so I don't want to have to change every page.
Thanks
Julie
You can hide the page header image using some simple CSS:
.page .page-header-image {
display: none;
}
That should do it :)
where do I put that? I can find the css file in the editor OK but don't know css.
Are you planning on changing that with the next update?
thanks
Julie
This should help: https://generatepress.com/knowledgebase/adding-css/
This won't go into the core theme, as people generally want their page headers to show up.
The above code should only be used if you want the image not to show on your website, but want it used on Facebook and other social sharing websites :)
