Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #907516

    Hi team,
    i´m going crazy with the style of a mailchimp form inside of an accordion element.
    The field >Email< is against the setup with a transparent background white and the field label is also white.
    As we say in Germany: white eagle on a white flag. :-)
    I hope you can help.
    Many thanks in advance for your support
    Best regards,
    Alexander

    #907671

    Hey Alexander,

    Did you add this as the placeholder?

    <span style="color: #333333;">E-Mail</span>*

    If so then please remove the markup, as it’s showing in your placeholder. We can style it for you without adding markup, try this for instance:

    .home #element_avia_0_1 input {
      color:black !important;
    } 

    Best regards,
    Rikard

    #907822

    Hi Rikard,
    many thx for your support…i delete my color markup and insert your code and it works.
    I won´t fix the customer request with a noisy popup windows so that is the idea behind with the accordion.
    Maybe a final question: how i can get the E-Mail field also transparent (without white background).
    I look forward to your feedback
    Best regards,
    Alexander

    #907872

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home .main_color .invers-color input[type='email'] {
        background-color: transparent!important; 
        color: #fff !important; 
    }

    Best regards,
    Mike

    #907902

    Hi Mike,
    many thanks for your support and time. After feedback from customer we will use the form without transparency.
    You can close the thread.
    Best regards,
    Alexander

    #907908

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Style issue Mailchimp form inside a accordion elememt’ is closed to new replies.