Hi there,
I've been browsing the FAQ and support forums, but am still having trouble customizing my form style. I'm using the "Light Theme," because if I choose "Inherit from current theme," my form fields look really weird.
I'd just like to make the Submit button larger, and change its colors (text color, background cover, and hover color.) However, when I put custom CSS in Appearance > Edit CSS, it still pulls in the colors from the Light theme.
What's the best way to edit my Submit button colors?
Here is the site I'm working on: http://www.scratchthelist.com
And here is the CSS I was playing with (It's currently not saved in my editor):
.mc4wp-form input[type="submit"] {
background-color: #990033;
border: #990033;
padding: 15px 32px;
font-family: Quicksand;
color: #FFF;
text-align: center;
text-decoration: uppercase;
display: inline-block;
font-size: 16px;
}
Thanks in advance!
Katerina