Custom CSS and input colors
-
Hello,
I am having problems changing the background color of submit buttons on my contact page.
The code I am adding to my custom css editor is this:
button,html input[type=”button”],input[type=”reset”],input[type=”submit”] {
background: green;
}
(green or blue or black, doesn’t matter #fff, #000 and so on also don’t work)but nothing happens. I tested it with
body{color: green;}
and the body text all changed color, so the editor is working. Any idea what I am doing wrong?
Thanks
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Custom CSS and input colors’ is closed to new replies.