Skip to content

Instantly share code, notes, and snippets.

@cryptexvinci
Last active September 6, 2017 05:52
Show Gist options
  • Save cryptexvinci/0807c73e8ff7b278a07c4ca70b9d8172 to your computer and use it in GitHub Desktop.
Save cryptexvinci/0807c73e8ff7b278a07c4ca70b9d8172 to your computer and use it in GitHub Desktop.
Set storefront homepage featured product background image.
.storefront-featured-products{
background-image: url(http://www.storefront.atlantisthemes.com/wp-content/uploads/2017/08/Featured-pattern.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-o-background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment