Support » Themes and Templates » How do I change SUBMIT COMMENT box color

Viewing 2 replies - 1 through 2 (of 2 total)
  • Haha, nice video.

    First, this is the code for the button:

    <input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />

    Since it’s in a <form> with the ID “commentform” and the button’s ID is “submit”, this is the CSS that’s being applied to the button:

    #commentform #submit { ... }

    You can change the colors in there. color is the text color, background-color is obviously the background-color, etc.

    Thread Starter doctorbean

    (@doctorbean)

    thanks very much.Viper007bond

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I change SUBMIT COMMENT box color’ is closed to new replies.