How to change submit/sign up button color?
-
I’ve used different CSS to try to change the color of the submit button, but it’s not changing.
Can anyone tell me the correct coding for this? Thanks.
These are the ones I’ve used so far, but they have not worked:
.mc4wp-form input[type="submit"] { background: #F9B705; color: #000000; }
.form.mc4wp-form input[type=submit] { background: #F9B705; color: #000000; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to change submit/sign up button color?’ is closed to new replies.