• scottyw5150

    (@scottyw5150)


    I’m beating my head against the wall trying to find the code snippet where I can change my site’s body font COLOR. It’s currently a very light gray by default. Would like something a little darker. Not my first WordPress rodeo, so this is really stumping me. What am I overlooking? Here’s the entire style.css file:

    [That’s too much code to post here – see the forum guidelines re posting code]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter scottyw5150

    (@scottyw5150)

    Any thoughts? I appreciate the help.

    WPyogi

    (@wpyogi)

    Need to see a live site to help with CSS.

    Thread Starter scottyw5150

    (@scottyw5150)

    WPyogi

    (@wpyogi)

    Looks like it’s in multiple places – you need to ADD this to custom CSS (do not modify the theme style.css file – or those changes will be erased when you update the theme):

    .site-description {
        color: #b3b3b3;
    }
    .main-navigation a {
        color: #cccccc;
    }
    p {
        color: #999999;
    }

    Change the colors to what you like.

    Thread Starter scottyw5150

    (@scottyw5150)

    I should note I’m using a child of the parent theme, so I’m not editing the master style.css file, anyway.

    Will plug this code into custom CSS and report back. Thanks for taking a look.

    Thread Starter scottyw5150

    (@scottyw5150)

    Worked like a charm. Thanks a million.

    Thread Starter scottyw5150

    (@scottyw5150)

    What values would I add to that CSS snippet to change the body and/or header font TYPE?

    Thread Starter scottyw5150

    (@scottyw5150)

    Thoughts?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Need to change font color’ is closed to new replies.