Hi Thinkcarma,
No Problem. If you want the font to be white, you can use the following styles to convert all font within the form.
If you want only this form to use white fonts, you can use the following:
yks-mailchimpFormContainerInner_0-15055be911 {
color: #fff !important;
}
If you’d like to target all forms, so each form on your site uses white font…you can use the following:
.yks-mailchimpFormContainer {
color: #fff !important;
}
Bonus tip!
If you’d like to center the form on the page you can also use the following styles, in conjunction with one of the above mentioned style declerations :
.yks-mailchimpFormContainer {
display: block;
margin: 0 auto;
}
or combined with the white font above:
.yks-mailchimpFormContainer {
display: block;
margin: 0 auto;
color: #fff;
}
Let us know if that works for you! If not, I can provide something a bit different. And as always, thank you for choosing our plugin and if it’s at all useful we love receiving new reviews ??
Thanks,
Evan