How to get CSS for submit button to work
-
Hello —
I’m using the CSS below in my child theme’s css file, and all styles except those for the submit button are displaying properly. Can’t figure out my error. URL for site is https://tinyurl.com/q5gkwnfMany thanks for your help!
.mc4wp-form input[type=submit] { background: #FFB400 !important; color: #FFF !important; border-color: #FFCF00 !important; } .mc4wp-form label { font-weight: 400 !important; } .mc4wp-form input[type="date"], .mc4wp-form input[type="email"], .mc4wp-form input[type="number"], .mc4wp-form input[type="tel"], .mc4wp-form input[type="text"], .mc4wp-form input[type="url"], .mc4wp-form select, .mc4wp-form textarea { width: 100%; height: 27px !important; font-size: 13px !important; margin: -3px 0 !important; }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to get CSS for submit button to work’ is closed to new replies.