• Resolved Jenni

    (@wjcampaigns)


    Hi, I’m new at this and I’m trying to change the text color that appears when you submit a form in contact 7. It’s too dark and you can’t read it. i want to change it to white. I tried some custom css and it didn’t work.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    You can try to add this code in Appearance > Customize > Additional CSS:

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        color: white;
    }
    
    div.wpcf7-mail-sent-ok {
        color: #398f14
    }

    Regards,
    Rodica

Viewing 1 replies (of 1 total)
  • The topic ‘How to change color of contact 7 form error and success message?’ is closed to new replies.