css in contact form 7

Asked

Viewed 24 times

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;
}

mensagem de retorno com a fonte branca

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?

  • 1

    First try to clear your browser’s cache, then put ! Color Color to see if the color applies

  • Thank you so much, guys! It really was just cache.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.