• I’m looking to change the default text color; I think it is currently a gray/graphite, and I need it to be black.

    Also, is there away to change the default font? My font is just not very visible against my background, which makes reading it kind of difficult.

    My site is at http://www.TheOutdoorChild.com

    Any help is much appreciated!!

    Christina098red

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s all going to be in your theme’s style.css which you can see if you go to appearance -> editor from your admin panel

    * {margin: 0; padding: 0; color: #666; font-family: Arial,sans-serif; font-size: 100%;}

    sets the overall font

    #666 is grey, #000 would be black
    the font is set in there too

    There are other font rules set up in there for link colours, headings, etc throughout your style.css

    Thread Starter Christina098red

    (@christina098red)

    AWESOME!!! Thank you so much!!! 🙂

    -Christina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with Text’ is closed to new replies.