Site logo

Archived topic

Page Headers Defaulting to one image

3 replies · Started by Jonathan on October 22, 2018

Viewing posts 1–4 of 4

Since updating to 1.7.2 all my page headers have defaulted to the home page background image. Each page has a title and a uniquely uploaded background image. Although the title shows correctly the image is not correct and even though I turn off global settings and set the home page to draft the proper image still doesn't show?

Hi there,

You have this CSS added to your child theme:

.generate-content-header {
    background-image: linear-gradient(0deg,rgba(0,45,51,.5),rgba(0,45,51,.5)),url(https:/wp-content/uploads/2014/12/MG_6229.jpg);
    background-position: center center;
}

If you remove the background image set there, it will use the one set in your settings.

Thanks I really should have seen that!

Is the new element header layout similar to the legacy one?

Yes, but better! :)

This archived topic is closed to new replies.