Changing a color of a button
-
I have been trying to change the color of a button and cannot seem to do it. I have located the css code using my firebug and then I copied and pasted the code into my simple custom css editor, changed the color, updated, and nothing happened. I’m certain there is something I’m doing wrong.
Specifically, I’m trying to change the “Submit” button on my Contact Page from green to blue. https://www.radtrainingassociates.com/contact-us/
I copied and pasted this code into my custom css editor:
#contactsubmit { background: #738c00 none repeat-x scroll 0 0; border-radius: 5px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); color: #fff; display: block; float: left; font-size: 12px; font-weight: bold; height: 28px; padding-left: 23px; padding-right: 23px; text-align: center; text-decoration: none; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); text-transform: uppercase; transition: background 300ms linear 0s; }
What am I doing wrong?!?!?!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Changing a color of a button’ is closed to new replies.