• Resolved Sibenjam

    (@sibenjam)


    One more newbie question – I love this theme – but how can I change the orange font to another color (green).
    Thanks!
    Susan

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tomas Mackevicius

    (@tomasm)

    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.

    Thread Starter Sibenjam

    (@sibenjam)

    Thanks! I’ll give it a try.

    Thread Starter Sibenjam

    (@sibenjam)

    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

    Theme Author Tomas Mackevicius

    (@tomasm)

    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:

    https://mtomas.com/389/tiny-forge-framework-child-themes-comprehensive-guide#Use-child-theme-or-not

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font Color’ is closed to new replies.