Hi,
I have the newsletter signup widget in the footer where I have a black background.
I have defined white text which works great until I get an error or confirmation text. The error text is red and not very visible on the black background and the confirmation text is dark gray and almost invisible.
How to fix?
Jon Erik
Hi Jon Erik!
Pelase add the following to your Custom CSS
.avia-mailchimp-success { color: #fff !important; }
Let me know if it works properly for you
Regards,
Basilis
Thank you, that worked great.
Is there a similar one for the error message?
Jon Erik
Hi,
Try with this:
.avia-mailchimp-ajax-error{
color: white;
}
Best regards,
Josue
Hi,
It didn’t work, but I added
!important;
and now it works like a charm
Thank you,
Jon Erik