Change Font Color
- The topic ‘Change Font Color’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
How can I change the font color for the website? I was looking to change it to #5F4296.
Thanks for the help!
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can use Custom Colors feature to change colors of the website: https://en.support.wordpress.com/custom-design/custom-colors/ or using the Custom CSS: https://en.support.wordpress.com/custom-css/
To change text color and link color you can use:
body, a, p {
color: #5F4296;
}
but I would advice to use Custom Colors if you want to change other colors too.
Hope this helps.
All the best,
Ana