Hello,
I have read other posts on how to remove the bullets from my CSS style sheet but I am a bit confused on what code to add and where it should be placed.
Here is the code I see in my CSS style sheet:
[css]
/***** Contact Form ********************/
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
background: #ffffff !important;
color: #003300!important;
font-family: Georgia, Arial, Tahoma, Verdana !important;
font-size: 12px !important;
padding: 4px 0 4px 5px !important;
border: 1px solid # dark green;
}
.gform_footer input.button {
color: #FFFFFF !important;
}
.gform_wrapper .ginput_complex label {
font-size: 12px !important;
}
.gform_wrapper li, .gform_wrapper form li {
margin: 0 0 10px 0 !important;
}
.gform_wrapper .gform_footer {
border: none !important;
}
I would like to know how I can fix the font and background colour of my Submit button as it doesn't blend well with my contact form.
http://www.erinsecolist.com/contact/
Thank you,
Erin