Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #428785

    Hello Team,
    I am having trouble styling the mailchimp form. I got the code from mailchimp. But all the css I try doesn’t seem to work.
    Do you have an Idea where the problem would be?
    -edit-
    * I would like to change the color of the asterisks and the error boxes*

    cheers

    • This topic was modified 9 years ago by Wolf. Reason: what needs to be edited
    #429466

    Hi WolfvanHaeren!

    Thank you for using Enfold.

    We need to see the actual page with the form. Please post the url here.

    Best regards,
    Ismael

    #430175
    This reply has been marked as private.
    #430527

    Hi!

    Have you referred to this post – http://kriesi.at/documentation/enfold/mailchimp-integration/?
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #mc_embed_signup .asterisk {
      color: blue;
    }
    #mc_embed_signup div.mce_inline_error {
      color: blue;
      background-color: orange;
    }

    Cheers!
    Yigit

    #431195

    Hello Yigit!

    I don’t use the plugin, because I would need the pro version and there isn’t budget for that.
    I use the code you can get from mailchimp itself.

    So the quick css didn’t work but it did work if I pasted it in the head of the codeblock element.
    I can style everything if I use #mc_embed_signup.

    This is great, thank you so much

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mailchimp Form styling’ is closed to new replies.