Skip to content

Instantly share code, notes, and snippets.

@marisqaporter
Last active November 1, 2018 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marisqaporter/2f352c9bc50c07667a32 to your computer and use it in GitHub Desktop.
Save marisqaporter/2f352c9bc50c07667a32 to your computer and use it in GitHub Desktop.
disable parallax effect on parallax pro theme by genesis
/* Disable Parallex effect on Home Sections 1, 2, and 3
--------------------------------------------- */
.home-section-1, .home-section-3, .home-section-5 {
background-attachment: scroll;
background-color: #fff;
background-position: 50% 0px;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment