Home Forums Free Themes WEN Travel Photography Static header image.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #194854
    jeffgritchen
    Participant

    Is there any way to change the rolling header image in to a static image of a specific size?

    Thanks

    jeffgritchen.com

    #194857
    Psink
    Keymaster

    Do you mean a random header image? If that is the case you may have set multiple images to header media option in customizer

    #194862
    jeffgritchen
    Participant

    No, I mean the header image on the top of the page that seems to stay, and as you scroll up the header image moves behind the content.

    If you go to buy site, it the very top image.

    jeffgritchen.com

    thanks

    #194865
    Psink
    Keymaster

    Got your point, you can add this CSS to disable fixed background attachment

    @media only screen and (min-width: 48em){
    .custom-header .wrapper:before {
    background-attachment: initial !important;
    }
    }

    #194869
    jeffgritchen
    Participant

    Thanks!

    I’ll try it

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