[Resolved] Page Headers Defaulting to one image

Home Forums Support [Resolved] Page Headers Defaulting to one image

Home Forums Support Page Headers Defaulting to one image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #707436
    Jonathan

    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?

    #707522
    Tom
    Lead Developer
    Lead Developer

    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.

    #707962
    Jonathan

    Thanks I really should have seen that!

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

    #708346
    Tom
    Lead Developer
    Lead Developer

    Yes, but better! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.