• Resolved dblearn

    (@dblearn)


    I have Mailchimp form on bottom of homepage and the form is set to theme appearance and the first name field has right text color and email field doesn’t. I just need them both to match and don’t know where to start. Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    In your theme’s custom CSS I notice the following code:

    .textwidget p:first-child {
    color: #080808;
    }

    That is what is setting that email label to black color.

    I would recommend to adapt/fix that CSS code so it’s only applied where it’s actually needed, but another work around is to use HTML widget, or MailChimp for Widget instead of text widget as this code is written to affect text widgets only.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter dblearn

    (@dblearn)

    Thank you ever so much, problem solved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MC4WP plugin form not picking up all theme text color’ is closed to new replies.