Colors and Customization
-
Hello!
I’m trying to change the color scheme on my Snap site, but am not sure how to:
-Change the color of drop cap letters on the site
-Change the background that is now white to another color. I have a background image, but would like another color than white behind my text.Thanks for your help!
Monica C.The blog I need help with is: (visible only to logged in users)
-
1. The html class name to select the drop cap letters is indeed drop-cap. So we can specify the rule as following.
.drop-cap { color: red; }2. Let’s try:
.theme-container, #main-header{ background-color: lightgray; } pre { background-color: yellow; }In both the rules, please change the color as you wish.
-
-
-
- The topic ‘Colors and Customization’ is closed to new replies.