1. Home
  2. Docs
  3. Contact Form Manager
  4. FAQ
  5. How can I change the color and content of success message?

How can I change the color and content of success message?

Contact Form Manager Free Plugin 

To change the color and content of the success message, you need to edit the file ‘create-contact-form.php’ in ‘contact-form-manager’ plugin folder.

You can edit the file directly from the editor section in plugins and go to ‘contact-form-manager/create-contact-form.php’

In this file you can see the section

<div style=”background: #C8FCBB; border: 1px solid green; text-align: center; -moz-border-radius: 15px; border-radius: 15px; margin-bottom: 20px;”>
Mail successfully sent.</div>

You can change the background color and success message here.

 

XYZ WP Contact Form Premium Plugin

The success message can be edited from the admin area itself. While creating or editing a contact form, please go to the messages section in the bottom of the page and you can see the messages.

To change the background color of the success message edit the file ‘create-contact-form.php’ in ‘xyz-wp-contact-form’ plugin folder.

In this file you can see the section

<div style=”background: #C8FCBB; border: 1px solid green; text-align: center; -moz-border-radius: 15px; border-radius: 15px; margin-bottom: 20px;”>’.esc_html($value).’</div>

You can change the background color here.

Was this article helpful to you? Yes No