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

    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

    #659674

    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

    #660023

    Thank you, that worked great.
    Is there a similar one for the error message?
    Jon Erik

    #661084

    Hi,

    Try with this:

    .avia-mailchimp-ajax-error{
    color: white; 
    }

    Best regards,
    Josue

    #661482

    Hi,
    It didn’t work, but I added
    !important;
    and now it works like a charm

    Thank you,
    Jon Erik

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Newsletter signup messages in different colors’ is closed to new replies.