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

    Hi,

    I am using the privacy policy message on my mailchimp contact forms. Which CSS code should I use to make the font color white?

    Thank you in advance!
    Best,
    Anton

    #1066271

    Hey tonydobrevski,

    Adding this css code should make the privacy policy message on mailchimp white:

    #top .avia-mailchimp-form .av_form_privacy_check label, 
    #top .avia-mailchimp-form .av_form_privacy_check label a {
        color: white;
    }

    Best regards,
    Nikko

    #1066363

    Hi Nikko,

    Thank you very much! And how can I make it only for one signup form?

    Best,
    Anton

    #1066395

    Hi Anton,

    Try using this one instead:

    #top #av_section_1 .avia-mailchimp-form .av_form_privacy_check label, 
    #top #av_section_1 .avia-mailchimp-form .av_form_privacy_check label a {
        color: white;
    }

    Best regards,
    Nikko

    #1066446

    Hi Nikko,

    This works perfectly! Thank you very much!

    #1066524

    Hi tonydobrevski,

    Glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Chenge font color on "privacy policy message to mailchimp contact forms"’ is closed to new replies.