• Resolved Mark

    (@stormagan)


    I am running the Hueman child theme, and I have seen the posts about changing the css to get the font color to change. In fact, using the following I am able to change the paragraph font to black everywhere but in the center of the homepage:

    .entry { color: #000; }
    .entry.excerpt { color: #000; }
    .entry.excerpt p { color: #000; }

    But as you can see the home page center area remains light grey:
    https://www.runspotrun.com/

    Any help would be appreciated. Thanks!
    Mark

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like you’ve got a typo in your child theme’s stylesheet:

    .site-description {padding-top:35px;)

    should be

    .site-description {padding-top:35px;}

    Note the closing bracket instead of a closing parenthesis.

    Thread Starter Mark

    (@stormagan)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hueman – Change font color in center of home page’ is closed to new replies.