How do I change default text color when I write an article from grey to black?
-
How do I change default text color when I write an article from grey to black?
The blog I need help with is kangaroocourtofaustralia.com.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The current text color is
body { color: #6d6d6d; }Add this CSS snippet to change the text from grey to black
body { color: #000000; }Let me know if you have any trouble. Thanks!
-
-
Hi Shane –
Sure thing. Click on My Sites -> Design -> Customize -> CSS
Once you get there, the code will be listed. I just typed it in to that space and saved it for you. It’s live on the site now.
Let me know if you have any other questions.
-
- The topic ‘How do I change default text color when I write an article from grey to black?’ is closed to new replies.