How do I use CSS to change my blog's text color?

  • Unknown's avatar

    I have the custom design upgrade for Simpla and I can’t figure out how to make my text BLACK. I just want it plain old black. Why can’t I do that with the custom color option??

    Sorry if this is a dumb question, but I’d appreciate the help.

    Thanks!
    Angela

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The most straightforward way would be to use the custom CSS option, and apply this rule:

    body {
    color: #000;
    }

    Or, for slightly less contrast, a value of #333 looks best imho.

  • The topic ‘How do I use CSS to change my blog's text color?’ is closed to new replies.