Use image as submit button
-
Hi
I am trying to use an image as submit button, I try to adding the following codes to my css:
.submit_button {
color: white;
font-size: 0px;
width: 97px;
height: 32px;
border: none;
margin: 0;
padding: 0;
background: #FFFFFF url(/wp-content/uploads/2014/02/mississaugahomessignup.png) 0 0 no-repeat;
}
and also I add this to my form:
[submit class:submit_button “”]but there is no submit button on my page, would you please help me fix this issue.
my url is: https://ms-studio.ca/privacy-policy/
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Use image as submit button’ is closed to new replies.