The background doesn't seem to respond to my css definitions.
The background doesn't seem to respond to my css definitions.
Try creating a custom class around the submit in the form generator:
<p class="contact-submit">[submit "SUBMIT"]</p>
Then, add CSS styles as such:
.contact-submit input{
width: 100px;
height: 30px;
background-color: #000;
font-size: 13px;
color: #fff;
border: 1px solid #fff;
border-radius: 5px;
}Hi Josh, have you an idea how to change the standard button for an image?
THANK YOU VERY MUCH if you are able to give me a hand on this. I will really appreciate it.
You must log in to post.