Text Colour
- The topic ‘Text Colour’ is closed to new replies.
Need help? Check out our Support site, then
Hello! I have figured out how to change the backgroudn colour, but how can i change the text colour on this theme?
Thank you!
The blog I need help with is: (visible only to logged in users)
Hi there,
I couldn’t visit your website live, but you can try to change the main theme font color by adding the following custom CSS with your own hex value for the color (the default is #000 for black):
body {
color: #000;
}
Best, Ellen