Created
August 30, 2016 10:33
-
-
Save philipgledhill/e4e778ea93c3c686f7ce572683109a38 to your computer and use it in GitHub Desktop.
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
/** Parallax Pro CSS classes... | |
To target a row start with... | |
.home-odd.home-section-1.widget-area | |
Leave a space then add... | |
.one-half .button | |
.one-half h4 | |
.one-half img | |
etc. | |
Buttons touch content below in mobile view. So add spacing: see bottoem of this code block. | |
*/ | |
.home-odd.home-section-1.widget-area | |
.home-even.home-section-2.widget-area | |
.home-odd.home-section-3.widget-area | |
.home-even.home-section-4.widget-area | |
.home-odd.home-section-5.widget-area | |
.home-even.home-section-6.widget-area | |
.home-odd.home-section-7.widget-area | |
.home-odd.widget-area .one-half | |
.home-even.widget-area .one-half | |
.home-odd.home-section-1.widget-area .button | |
.home-even.home-section-4.widget-area .one-half h4 | |
.home-even.home-section-4.widget-area .one-half img | |
.home-odd.widget-area .one-third | |
.home-even.widget-area .one-third | |
/** footer credits bg */ | |
.site-footer | |
/** ---- Footer Widgets ---- */ | |
.footer-widgets | |
/** ------- Footer Widgets h1 to h6, links and text align ------ */ | |
.footer-widgets h1, | |
.footer-widgets h2, | |
.footer-widgets h3, | |
.footer-widgets h4, | |
.footer-widgets h5, | |
.footer-widgets h6 { | |
color: #FFFFFF; | |
} | |
.footer-widgets a:hover { | |
color: yellow !important; | |
} | |
.footer-widgets a { | |
color: #fff !important; | |
text-decoration: underline; | |
} | |
.footer-widgets { | |
text-align: left; | |
} | |
/** --------------------------------------------------------------- */ | |
/** button margin for mobile view */ | |
a.button { | |
margin-bottom: 30px; | |
} | |
/** ---------------------------- */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment