Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Created September 22, 2015 09:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemarsland/4baca8664088025d5989 to your computer and use it in GitHub Desktop.
Save jamiemarsland/4baca8664088025d5989 to your computer and use it in GitHub Desktop.
WooThemes Storefront fullscreen website CSS code
/* This sets the background image of the page. Just replace the page id and the url of the background image */
.page-id-43 {
background-image: url("http://176.32.230.250/storefront.com/wp-content/uploads/2015/09/record-shop.jpg");
background-size: cover;
}
/* This makes the header transparent so that the background image shows through */
.site-header {
background-color: transparent;
}
/* This removes the bottom border */
.hentry {
border-bottom: 0px solid rgba(0, 0, 0, 0);
}
/* This sets the border of the shortcodes ultimate button */
.sfbutton {
border-color: white !important;
}
/* This removes the site footer */
.site-footer {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment