Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created August 26, 2014 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgrymala/e1020e03ed80233fdf2f to your computer and use it in GitHub Desktop.
Save cgrymala/e1020e03ed80233fdf2f to your computer and use it in GitHub Desktop.
Apply two BGs to Executive Pro Genesis Theme
body {
background: url(my-main-image.png);
}
.site-container {
width: 100%;
max-width: 100%;
background: url(my-secondary-image.png);
}
.site-header,
.site-inner,
.footer-widgets,
.site-footer {
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment