Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #228579
    mattfini
    Participant

    Hello,

    The general text on my website seems a little light. Can I darken it up a few shades via CSS?

    Website is http://mattserafini.com/

    To reiterate, I’d be looking to darken the text under “Praise for Matt Serafini” and the body content in each of the blog posts.

    Thanks!
    -matt

    #228636
    Skandha
    Participant

    @mattfini: Hello Matt,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
        color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Darker body font’ is closed to new replies.