[Plugin: Easy Contact Forms] Submit Button Disappears when Only when adding css
-
So the submit button works fine unless I add any css to it. Mind you I know little about css as I am learning so this could be my mistake. If that is the case I would appreciate someone point me in the right direction.
http://frankisgreat.org/join-the-fanclub
I have successfully added other css to the other fields and it works fine but when I add it to the submit button such as
color:#121211;
text-decoration:none;
margin:10px 30px 0 0;
background:#d4d4d4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#fcfcf9′, endColorstr=’#d4d4d4′);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcf9), to(#d4d4d4));
background: -moz-linear-gradient(top, #fcfcf9, #d4d4d4);
border:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-0-border-radius:3px;
border-radius:3px;
display:block;
padding:10px 25px;
text-align:center;
font-size: 18px;
text-shadow:0 1px 0 #d4d4d4;
text-transform:uppercase;It stops working. it shows no button.
Also on a side note does anyone know how to add space between items. So If I wanted to shift the button lower away from the test field. Any help is appreciated. Thank you.
The topic ‘[Plugin: Easy Contact Forms] Submit Button Disappears when Only when adding css’ is closed to new replies.