Please give your URL and exactly what text colors you want changed. Thanks
Also please url page. I suspect that the colors you need to change the personalization or css page
Wonderwomanwellness.com
I want to change the Orange text on right sidebar and at the bottom and also the green text here: http://www.wonderwomanwellness.com/blog/
Also the black text that names each page at the top. Example: http://www.wonderwomanwellness.com/resources/
Thank you for your help,
In your Child Theme or CSS Editor Plugin try this code(s):
.widget-title,.nav-links a, .nav-links a:visited {
color: #FF6111;
}
This one is for the title:
.entry-header .entry-title, .entry-header .entry-title a {
color: #000;
}
Just need to edit the hex colors.
*Note
If your theme has a custom CSS Editor in it, you can also paste the code in there.
Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.