Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Forked from marisqaporter/parallax-no.css
Created November 1, 2018 09:58
Show Gist options
  • Save stevenroh/3349ce05353c53c428d6109f414e9bf6 to your computer and use it in GitHub Desktop.
Save stevenroh/3349ce05353c53c428d6109f414e9bf6 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