Hi there,
I am not usually a coder, but I have a Wordpress site with a Mailchimp form that I have been customizing. I want the Submit button to zoom on hover. I've looked at examples of this on the web, but have been unsuccessful in making it work. I have a CSS plugin in which I have entered the following code. So far, it all works. Can anyone tell me how to add the zoom on hover code?
/* Add a Border Around the Form*/
#mc_embed_signup {
border-color: #000000;
border-width: 1px;
border-style: solid;
}
/* Add Padding Around the Mailchimp Form*/
#mc_em