Yes, I’m using a plugin, and I’ve checked the plugin options to see if there is a way to change the color there, but it doesn’t appear there is. That’s the reason for using the css….just haven’t been successful.
Because I’m using a plugin, cannot overwrite it using css?
Apologies. The color I’m trying to change to is blue (I don’t want green). So the css I have inserted is:
#contactsubmit {
background: #2353A5 none repeat-x scroll 0 0;
border-radius: 5px;
}
…But, the color is still green instead of blue.