[Resolved] fixed page header background

Home Forums Support [Resolved] fixed page header background

Home Forums Support fixed page header background

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #270360
    Patrick

    Hi,

    on my frontpage I have a full-height page header with background image. I do not like to use with parallax scrolling, i like to have it fixed, so that the imag stys in background and the rest page scrolls over it.

    how can I do this?

    thanks and regards
    Patrick

    #270371
    Patrick

    I’ve found a solution

    .generate-content-header {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }

    It would be nice to have such option on options-panel ๐Ÿ™‚

    regards
    Patrcik

    #270482
    Tom
    Lead Developer
    Lead Developer

    That’s perfect ๐Ÿ™‚

    That’s what the parallax option used to do, but people wanted more of a parallax effect.

    True background-image options definitely wouldn’t be a bad thing in the page header.

    Thanks!

    #473325
    Harold

    Where do you insert that code?

    #473605
    Leo
    Staff
    Customer Support
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.