This topic has 14 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
In Theme Options > Typography I can change the main font and body font, font size, font weight, style, etc., but when I change the color it doesn’t change on the front end. I’m entering the hex code #333333 but the font stays the default gray on the front end.
Am I doing something wrong?
Thanks,
AP
Hello,
Could you please clarify with more details where exactly you want to change color?
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
I want to change the body font to a darker color. The default gray is a bit hard to see. I would assume, since that option is available at Theme Options > Typography, that that is where I would change it but it isn’t working.
AP
Hello,
Try to add this code into custom.css file
body{
color: #1D1D1D;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
So changing it in Theme Options doesn’t work?
AP
I added the css code you provided into the custom.css file but it didn’t change anything. I even added the !important declaration but it still didn’t change the font color.
AP
The change finally took but it changed the background color outside of the boxed layout. I want to change the font color.
AP
We’re sorry. It’s a bug in our theme.
But you can try to add code like this. This will be work:
*{
color:1D1D1d !important;
}
Sorry for the inconvenience.
Regards,
Robert Hall.
It looks like there’s a bug in changing the heading fonts too. I tried to change the H1 heading to a different font but it wouldn’t take on the front end. I ended up having to change it using css.
AP
Hello,
We’ve taken this into our account and will fix this issue in the next update.
Sorry for inconveniences.
Regards,
Eva Kemp.
Thank you. Do you have a time frame when the next update will be released?
AP
Hello,
Unfortunately we don’t have the exact date for now, but it will be released this month.
Thank you.
Regards,
Eva Kemp.
Thanks again. You can close this ticket.
AP
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘How to change font color’' has been successfully resolved, and the topic is now closed for further responses