-
-
Save stevenroh/3349ce05353c53c428d6109f414e9bf6 to your computer and use it in GitHub Desktop.
disable parallax effect on parallax pro theme by genesis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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