hm - that doesnt seem to work, the submit button on the contact form is fomatted differently from all of the other buttons on the website. im not sure why. Its using the contact form plugin - im not sure if that has anything to do with it
thanks - that worked, but revealed another issue. How can I change the text color on the button? It's currently blue and not sure where its getting that from.
Thank you! Last question not this, can I change the button color on hover for this? I was able to do it on all the other buttons on the website using this code:
a.button:hover{
background-color:gray !important;
}
But how can I add the same hover property to this button?
Comments