Created
May 31, 2013 17:05
-
-
Save agusmu/5686392 to your computer and use it in GitHub Desktop.
PrimaShop - Add custom background color for featured header in the homepage only
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
/* Add custom background color for featured header in the homepage only */ | |
body.home #header-featured { | |
background: #F00; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/custom-background-color-for-homepage-featured-header/