Font Colors for Ideation and Indent
-
I have a few questions.
1. How do I change the font/color of my tagline from dark to #FAF0E6?2. How do I change the color of the Follow & Read More Buttons from orange to #20B2AA?
3. How do I change the title (not link) of each widget to make it darker?
Thanks for the help!! :)
The blog I need help with is: (visible only to logged in users)
-
1.
.site-description { color: #FAF0E6; }2.
.read-more, .read-more:visited, .button, .button:visited, button, html input[type="button"], input[type="reset"], input[type="submit"] { background: #20B2AA; }3. Adjust color as desired (999999 is the original)
.widget-title, .widget-title a { color: #999999; }
- The topic ‘Font Colors for Ideation and Indent’ is closed to new replies.