• Hi,
    I have created a form, it works correctly but the problem is that the confirmation text cannot be seen because the page color background is grey (for all my site).

    How is it possible to change the color of the confirmation text (I mean the text that is displayed just after having succesfully sent the form), in order to make it visible on my contact page ?
    Thank you very much for your reply,

    P.S.: I have temporarily removed the contact form from my website until I get a fix to this issue, so you will see another contact form on my website.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @grizzli06,

    You can try adding the following CSS rule in your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    .wpcf7 form.sent .wpcf7-response-output {
        border-color: #46b450; /* Green */
        color: #fff; /* White */
    }

    Please read Styling contact form to learn more about this subject.

    Best regards,
    Yordan.

    Thread Starter grizzli06

    (@grizzli06)

    Hi Yordan,

    I will try to do this tomorrow !

    Thanks you very much ,
    Michel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color of the confirmation field’ is closed to new replies.