Change Color of Contact 7 Confirmation Message

When the Contact 7 application sends a message the confirmation is in a very light yellow color that customers cannot see, so they send repeat messages.

Question: how to change the color of the Confirmation Message for Contact 7. Is that a theme or a plugin-in issue?

Hi @windhover4,

Thanks for reaching out!

To change the confirmation message colors of contact form 7, just add the CSS code below in your Theme Options > CSS, just change the hex color value to your desire color.

.wpcf7 .wpcf7-response-output {
	background-color: #ff0000;
	border: 0;
	color: #ffffff;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

Thank you, worked like a charm!

Hello @windhover4,

Glad that we were able to help you. Please feel free to reach us if you have any query regarding our theme and theme settings.

Have a great day!
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.