Last active
August 21, 2016 04:38
-
-
Save rothschild86/12784de6085e6829658750abe37ae742 to your computer and use it in GitHub Desktop.
Genesis Parallax Pro tweaks via Jetpack custom css as seen on http://hollywoodeliteroofing.trustedlocalpro.com/
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
/* | |
Welcome to Custom CSS! | |
To learn how this works, see http://wp.me/PEmnE-Bt | |
*/ | |
/*full width beaver*/ | |
.fl-builder-full .site-inner { | |
max-width: none; | |
margin-top: 0; | |
} | |
.site-header { | |
background-color: RGBA(0,0,0,0.5); | |
} | |
body { | |
font-family: 'Jura', sans-serif; | |
font-weight: 400; | |
} | |
.title-area { | |
width: 380px; | |
} | |
.site-title { | |
font-family: 'Jura', sans-serif; | |
text-transform: none; | |
font-size: 1.5em; | |
} | |
h3 { | |
font-family: 'Jura', sans-serif; | |
} | |
h1, h2, h4, h5, h6 { | |
font-family: 'Russo One', sans-serif; | |
font-weight: 400; | |
} | |
.half-page-hero.fl-row-bg-photo h1 { | |
font-family: 'Raleway', sans-serif; | |
color: white; | |
font-size: 4em; | |
line-height: 1.1; | |
text-transform: uppercase; | |
} | |
.half-page-hero .fl-row-content { | |
padding-top: 5em; | |
min-height: 50vh; | |
} | |
.with-back-color { | |
background-color: RGBA(0,0,0,0.3); | |
} | |
@media only screen and (max-width: 800px) { | |
.fl-builder-full .site-inner { | |
padding-left: 0; | |
padding-right: 0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment