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
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
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
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
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