Last active
September 6, 2017 05:52
-
-
Save cryptexvinci/0807c73e8ff7b278a07c4ca70b9d8172 to your computer and use it in GitHub Desktop.
Set storefront homepage featured product background image.
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
.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