Skip to content

Instantly share code, notes, and snippets.

@akther80
Created June 17, 2019 08:57
Show Gist options
  • Save akther80/1add378a104d96b95ba5c59570a17194 to your computer and use it in GitHub Desktop.
Save akther80/1add378a104d96b95ba5c59570a17194 to your computer and use it in GitHub Desktop.
Electro v2 - Add different background color for different pages
body.home {
background: #fcfcfc;
}
body.post-type-archive {
background: #f5f5f5;
}
body.tax-product_cat {
background: #e5e5e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment