Figured it out…
/* CHIMPY MAIL */
chimpy_signup_form sky-form sky-form-black chimpy_custom_css {
border:0;
box-shadow:none !important;
}
div.chimpy_status_underlay {
background:none !important;
}
.sky-form {
border:0;
box-shadow:none !important;
}
.sky-form fieldset {
background:none !important;
}
.sky-form footer {
background:none !important;
}
.sky-form header {
background:none !important;
color:#FFF;
}
.sky-form .description {
color:#FFF;
font-size:14px;
}
.sky-form fieldset input{
font-family: “Walter Turncoat” !important;
padding-top:0px;
padding-bottom:0px;
font-size:16px;
line-height:1.0em;
}
I did fix it…
It was a theme made with Bootstrap and the developer did things a little different.
thanks!