0
I’m using contact form 7 at (https://petspa.vet.br/contact/) and the return of submission is with the blank source:
.wpcf7 .wpcf7-response-output {
margin: 30px 0 0;
padding: 15px 20px;
border: 0;
color: #ffffff;
}
I already changed the color in the theme’s style.css and it still returns to #ffffff
.wpcf7 .wpcf7-response-output {
margin: 30px 0 0;
padding: 15px 20px;
border: 0;
color: #19191a;
}
For me is displaying black the font, what’s the problem?
– Mauro Alexandre
First try to clear your browser’s cache, then put ! Color Color to see if the color applies
– hugocsl
Thank you so much, guys! It really was just cache.
– Kelly de Castro