I have my body font color set to rgb(153, 153, 153). It looks fine on all pages except my post page. How can I change the font color only on the post page?
Hello @eutaw,
Thanks for writing in!
Regretfully we do not have any setting that allows you to change the body font color in your blog index only. The Theme Options font color applies globally. It will only be possible with custom CSS coding by which is beyond the scope of our support already.
Just to give you some pointers, the body font color is applied using this css code:
body {
// font styling
}
You can make use the code above as a starting point and target the blog index page which usually uses the .blog body class selector. You can learn more about the body classes from this article:
Note: Be advised that custom coding is beyond the scope of our support. You may need to maintain any custom CSS codes as it may create conflict or will no longer work with the future updates of the theme or plugins.
Thank you for you understanding.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.