Changing colour of body text
- The topic ‘Changing colour of body text’ is closed to new replies.
Need help? Check out our Support site, then
The body text in Scrollider is grey, which makes it somewhat hard to read on the white background. I’d prefer that it was black.
I’ve looked at the colour option in the ‘customise’ menu but the palettes don’t change the text colour.
Is there a way to change the text colour for all pages from the standard grey to black?
The blog I need help with is: (visible only to logged in users)
Hey there,
Thank you for your question. I’d like to help.
Do you have the Custom CSS upgrade?
You could use:
p {
color: #000;
}
Kind Regards,
Scotty B
Excellent. Thanks Scotty.
I do have Custom CSS but am unfamiliar with it. Anyway, I copied and pasted the code you provided and it has changed the text to black.
Thanks for the help. Problem fixed.