Archived topic
Page header not displaying featured image
6 replies · Started by cjheron on September 17, 2017
I am trying to use the Page head module in GP premium but I am running into an issue.
When not using Page headers, I can upload a featured image and it will display fine at the top of the page. However, when I create a page header and select it from the page settings, the text (from the content section of page headers) and background overlay appear, but not the image. I do have background selected and the featured image is displayed in the editor but not on the website.
Here is an image as to what I'm trying to describe
Hi there,
If you want to turn on Use background color as overlay, then the background color selected needs to have transparency. Right now it does not so it's actually covering up the image.
Or you can just turn off use background color as overlay then the image should show.
Let me know.
That was it! thank you very much! I knew it was probably me being a bit of a durp.
Glad I could help :)
quick question, how do I adjust the position of the image?
Try this CSS:
.generate-content-header {
background-position: center center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/