text color is grey and I want to change it to black
- The topic ‘text color is grey and I want to change it to black’ is closed to new replies.
Need help? Check out our Support site, then
Hi! Most of the Writer blogs I see have copy text in black; for some reason, mine is gray and after playing around with the color options I don’t see where I can modify the color of text. Can you help?
Thanks!
The blog I need help with is: (visible only to logged in users)
Hey Kirsten,
If you add a feature image, the text will automatically go white, otherwise changing the titles will require that you upgrade to the Custom CSS pack on WordPress.
If you do so I’ll gladly assist you with the CSS that you need to add in order to get your titles to work.
~ Marc, Obox
Hey Kirsten,
If you add a feature image, the text will automatically go white, otherwise changing the titles will require that you upgrade to the Custom CSS pack on WordPress.
If you do so I’ll gladly assist you with the CSS that you need to add in order to get your titles to work.
~ Marc, Obox
Hi Marc, I appreciate your getting back to me. My question is not about TITLE color, and in fact you’ve responded to questions about that previously.
My question refers to the BODY TEXT color in the actual posts, the default for which is black, which I want. My BODY TEXT color is appearing as gray, and I would like to switch it to black. Can you please advise?
Thanks,
Kirsten
Hi Kirsten,
Can you invite me to your site? It’s behind a privacy curtain. If I can access it I’ll be able to see what the cause of the issue is.
Thanks, Marc
Hi Mark, I still have not received a response from you about the body text color of the writer text. Mine seems to be gray and I want it black and and I don’t know how to fix it. Can you please help?
Thanks,
Kirsten
Hi Kirsten,
I see that you’re running the CSS pack at the moment, here’s the code you’ll need to add:
body {
color: #000;
}
~ Marc
It works! thanks, Mark! :)