Solved
How do I change the color of a Marketo Form
Hi All:
I want to change the font color on my form but cannot figure out how to do this.
Any suggestions?
Hi All:
I want to change the font color on my form but cannot figure out how to do this.
Any suggestions?
The color is set via an inline style (attribute) on the form tag.
To override it, you can
[1] use !important:
.mktoForm {
color: red !important;
}
[2] use a more specific CSS selector
[3] disable the style using JS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.