How to Change confirmation text color

On the contact page once the contact form is submitted there is a confirmation sent. 

 

Contact form 7 is a third party plugin and is not a product of Squeezemobi but here's how you can fix this.

1. Login to your server/ftp using filezilla.
2. Go to wp-content
3. Go to plugins
4. Go to Contact Form 7
5. Go to Includes
6. Download the style.css by right clicking the file then click Download.
7. Open the file using notepad or notepad++ then look for the code below:

div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
color: #ffffff;
}

8,  Change the color with the color code of your of your choice.

Make sure to save your changes.

Have more questions? Submit a request