Hi,
I wanted to change the default color of text to black and body background to white (currently ash and light ash respectively), but couldn’t find any setting that does it? Please hep me.
Thanks in advance.
Ali
Hi Ali,
I hope you are doing well. Thank you for writing.
I have visited your site and it seems that you’ve found a way to do that?
At this moment we’re working on including a way to customize that directly from the options.
The body background is already white, for the text you can include the following CSS:
body, .light {
color: #000;
}
.light h1, .light .h1, .light h2, .light .h2, .light h3, .light .h3, .light h4, .light .h4, .light h5, .light .h5, .light h6, .light .h6, .light .entry-title {
color: #000;
}
Best,
Juan.