How do I make the default color of the blog body white?
Hi Michael,
Thank you for writing in, the default body color can be change under Theme Options > Typography > Body Font Color
However, if you want to change the body color specifically on the blog page only, you can add this to Theme Options > CSS
body.blog {
color: red;
}
Change the red with your preferred color.
Hope it helps,
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.