Viewing 4 replies - 1 through 4 (of 4 total)
  • .comment-form

    and

    .post-meta

    are the 2 classes controlling those

    so either find them in style.css, or if they aren’t there, add them with black background.

    for example

    .comment-form {
           background: #000000;
           }

    Thread Starter inkhead

    (@inkhead)

    perfect! thanks!

    Thread Starter inkhead

    (@inkhead)

    whats the firefox plugin you use for web developer?

    firebug is the best I think if you use firefox

    IE Developer toolbar is decent for IE

    in your case I didn’t use a plugin. Your page was fairly simple so I was just able to read your source code within the browser

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do it…’ is closed to new replies.