You have to open style.css and see the listed colors:
Site colors
Green for icon-font: #6ba420
Green for blockquote: #6ba420
Orange for widget titles and hover link state: #ff6111
...
Then search through the file for all instances you need, copy those parts of code to your child theme or custom CSS plugin and replace orange color code (#ff6111) with the green (#6ba420) or some other color.
Thanks! I’ll give it a try.
I went to wp-content/themes/tiny-framework/css and opened editor-style.css and editor-style-rtl.css and ie.css and in each file I searched for #ff6111 but I couldn’t find that font in any of the css files. Is there a special file for widget cascading style sheets?
Thanks!
Susan
style.css is located in the root of the theme folder. I would advise not to edit this file, because it will be overwritten with the next theme update. Use child theme or Custom CSS plugin:
http://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Use-child-theme-or-not