Created
June 17, 2019 08:57
-
-
Save akther80/1add378a104d96b95ba5c59570a17194 to your computer and use it in GitHub Desktop.
Electro v2 - Add different background color for different pages
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
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