• Resolved joseph.borg

    (@josephborg)


    Hi,

    I’ve just setup a website with this theme for a friend of mine as a favor, and I’m using this amazing theme as it’s very easy to use and very efficient. My only issue is that I would like to prevent the hero image from scrolling down when you scroll the page. Is there a way to achieve this (even through modifying css or page code) please?

    Thanks in advance for any reply.

    Regards,
    J

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author modernthemesnet

    (@modernthemesnet)

    Do you mean remove the parallax effect? If so, you can with the following custom CSS:

    #hero-header {
        background-attachment: scroll !important;
        background-position: center center !important;
    }

    Thanks!

    Thread Starter joseph.borg

    (@josephborg)

    Many thanks for replying with a solution. That prevented the hero image banner from scrolling together with the rest of the page.

    Keep up the great work.

    Regards,
    Joseph

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero no scrolling’ is closed to new replies.