• Thanks for the great theme.

    Is it possible to slow down the speed with which the parallax effect occurs on the home page slider as the user scrolls down the page?

    I’m wanting to slow down the parallax effect slightly as my images are not quite high enough and end up showing blank space as you scroll down the page. I’d prefer not to change the image size.

    I’m not referring to the transition speed between each slide or the amount of time each slide is displayed. I just need to slow down the rate at which the image moves upward (the parallax effect) as we scroll down the page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    I don’t think that there is an easy way to change that, unfortunately.

    But you can try to use the following CSS code in order to disable parallax.

    You can add CSS code in Customize → Additional CSS section.

    div#slideshow div.slide-item {
        background-position: center !important;
    }

    Kind Regards, Roman.

    Thread Starter Salpetriere

    (@salpetriere)

    No worries. Thanks for your assistance Roman.

    Okay, you are welcome!

    Kind Regards, Roman.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Change Home Page Slider Parallax Speed’ is closed to new replies.