Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created May 31, 2013 17:05
Show Gist options
  • Select an option

  • Save agusmu/5686392 to your computer and use it in GitHub Desktop.

Select an option

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;
}
@agusmu
Copy link
Copy Markdown
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment