For the life of me I can't figure out why the text in my button isn't obeying my every command!!! Haha!
body #gform_wrapper_9 .gform_footer input[type=submit] {
color: #ffffff;
font-family: Tahoma;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-transform: capitalize;
text-align: center;
padding-top: 15px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
line-height: 1.0em;
}
Shouldn't that target the submit button text? Or am I missing something?
Thanks.