Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #828519

    Hi, in my “about” page (see below the url) there is a mailchimp form at the and of the page.
    I can’t set background-color: #ffffff to the input type fields “Name” and “Email”
    I’ve tried to set
    #mce-FNAME
    {
    background-color: #ffffff;
    }
    #mce-EMAIL
    {
    background-color: #ffffff;
    }
    but it doesn’t work…it should be easy…
    Could you help me please?
    Thank you!

    #828655

    Hey liamgall80,

    Please try the following in Quick CSS under Enfold->General Styling:

    .mc-field-group input {
      background-color:#fff !important;
    }

    Best regards,
    Rikard

    #828906

    It works, thank you very much!

    Best regards
    Andrea

    #829456

    Hi,

    Glad that Rikard helped you. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mailchimp form css’ is closed to new replies.