Archived topic
Contact Form 7 telephone Background Color
4 replies · Started by Tomi on July 28, 2017
I have one problem with GeneratePress.
I'm using CF7 for my forms and everything else is fine but telephone Background differs from others, how can I fix this?
Example: https://topiso.fi/yhteystiedot/
BR,
-Tomi-
Hi there,
Try this CSS:
input[type=tel] {
color: #666666;
background-color: rgba(30,115,190,0.14);
border-color: #cccccc;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Splendid! Thank you! That did it. Can you add support to upcoming versions?
No problem :)
We are taking a look right now!
Just added support for tel fields in the next update.
Thanks!