• Take a look at my blog. I’m using the Arjuna theme. It seems to me, the grey text doesn’t stand out very well, and if I try to use a background (which I haven’t completely figured out yet) you can’t even read the text.

    What line of the Style.css file do I change to change the font color?

    I’ve already tried the following line, and all it changed was the “WHERE TO” on the SIDEBAR to red:
    ‘h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight:normal;
    color: #DC143C;

    Thanks in advance,
    Jeremy

Viewing 1 replies (of 1 total)
  • .postContent {
    color:#555;
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    line-height:20px;
    margin:20px 15px;
    overflow:hidden;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘What line of the Style.css file do I change to change the font color?’ is closed to new replies.