Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created May 31, 2013 17:05
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 agusmu/5686392 to your computer and use it in GitHub Desktop.
Save agusmu/5686392 to your computer and use it in GitHub Desktop.
PrimaShop - Add custom background color for featured header in the homepage only
/* 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