Viewing 2 replies - 1 through 2 (of 2 total)
  • this, on line 1047, is being overwritten by some more specific CSS.

    input[type="submit"] {
        color: #333333;
    }

    changing it to this should help

    #content input[type="submit"] {
        color: #333333;
    }

    Of course, change the color code to whatever color you want

    Thread Starter iselaespana

    (@iselaespana)

    thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the submit button text color?’ is closed to new replies.