• Resolved ishratkhan1120

    (@ishratkhan1120)


    Hi guys,

    can anyone help me with WP contact form issue?

    The issue is:
    I want to change the font color of ‘Thank you for contacting us’ message in WP contact form when the user clicks on send button.

    Please send me the code for changing the success message’s background color and font color.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @ishratkhan1120,

    Thanks for getting in touch!

    To change the text color of the success message on form submission, please try the following custom CSS snippet:

    .wpforms-confirmation-container-full {
        color: #673939 !important;
    }

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Thread Starter ishratkhan1120

    (@ishratkhan1120)

    Hi Prasant!

    Thank you so much for your help!

    The code which you gave really helped!

    Really Appreciate it…..!

    Can you help me with two more issues?

    Because the code which you gave worked perfectly, that’s why i m asking only you!

    You have my site address above, i need help for the same issue but this time for Subscription form.

    You can go and check on my site, after clicking on the subscribe button in the form, the ‘Thank you for subscribing’ message comes in green color. I want to change that too.

    Please send the code for that too…..!

    Also, the menu when viewed in tablet and mobile the color is black, i want to change the menu color too, when viewed in mobile and tablet!

    Please send the code for that too…..

    I would really appreciate your help!

    Thank you so much!

    Hello @ishratkhan1120,

    Thanks for updating the thread!

    You can use below CSS to change the text color:

    .wpcf7-response-output {
        color: #673939 !important;
    }

    When you have some time, can you please let me know the menu color you’re referring too? Unfortunately, I’m unable to replicate the issue you’re facing.

    Thanks, and please let me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the font color of ‘Thank you’ message in WP contact form’ is closed to new replies.