Hi Paul,
To do this, select the Dark theme and modify the label color using some custom CSS. Something like the following piece of CSS code should do the trick.
.mc4wp-form label { color: white !important; }
To add this CSS to your theme, you can use a plugin like Simple Custom CSS.
Hope that helps. If not, let me know!
Thanks, this worked a treat 😀
Awesome Paul, thanks for letting me know!
PS. Should you have a quick minute to spare, a plugin review here on ww.wp.xz.cn would make me quite happy. 🙂
I can’t, for the life of me, get anything to change when putting these into my style.css sheet. I’m even using the !important rule. I’m using the plugin as a widget in my footer, but no matter what I edit in the CSS, nothing is reflected.
This is what I’m using:
.mc4wp-form label {
color: white !important;
}
Thanks in advance.
Just to be even more specific, none of these are responding when editing from the CSS:
.mc4wp-form { … } /* the form element */
.mc4wp-form p { … } /* form paragraphs */
.mc4wp-form label { … } /* labels */
.mc4wp-form input { … } /* input fields */
.mc4wp-form input[type=”checkbox”] { … } /* checkboxes */
.mc4wp-form input[type=”submit”] { … } /* submit button */
.mc4wp-alert { … } /* success & error messages */
.mc4wp-success { … } /* success message */
.mc4wp-error { … } /* error messages */
I’m having the same problem. Nothing is changing when I change .mc4wp-form label. I’m modifying the CSS in Coda.
Hi,
i’m trying to change the size of the input field email adress but it stays at 100%
what do i have to fill in in this variable:
.mc4wp-form input { … } /* input fields */
cause % or px doesn’t seem to react
thanks
(response in dutch is no problem 😉 )