• Resolved katiecoleman

    (@katiecoleman)


    Hey again! More questions πŸ™‚

    Okay, so over at my homepage http://astrozombies.net84.net, in the main post where it’s supposed to say “posted on {date} by {author}” the words posted and on are in black – I know there must be an easy way to change this?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • There is no style declared at the body level for your site, so the meta you’re referring to (date and author) doesn’t seem to have any style values at all.

    You could just add the following to style.css:

    .entrymeta {
    color: #ffffff
    }

    But I think the following would be better:

    body {
    color: #ffffff;
    font-family: Verdana,Arial,sans-serif;
    }
    Thread Starter katiecoleman

    (@katiecoleman)

    Ah, thank you! I thought it was going to be simple like that – but thank you so much! πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font color in posts?’ is closed to new replies.