Archived topic
font color in formulars
5 replies · Started by Ralf on September 29, 2018
Hi guys,
i have the following problem. When i insert a contact form, normally the font of the fields are black or grey.
Now i tried 3 different contact forms (Caldera, CF7, Ninja) and in all 3 the font is white and totally different from the standard font (?!)...and when i try to change the color in the Customizer, nothing changed...
i never had this problem before in GP... any idea how to change that ???
thank you
Hi there,
what happens if you add the Contact Form to a non-elementor page? Does it then respect the colors and fonts?
Hi David,
i did it and the font is also white with another font style... here is the link:
OK, so looks like some left over CSS from the a GP Site install.
Go to Customizer > Additional CSS you will find this:
label {
color: #ffffff;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
font-family: Montserrat;
font-variant: normal;
}
.wpcf7-form-control.wpcf7-submit {
color: #ffffff;
font-size: 18px;
font-weight: bold;
font-variant: normal;
text-transform: uppercase;
font-family: Montserrat;
background-color: #163651;
}
input[type=submit]:hover {
background-color: #ffffff;
font-size: 18px;
font-weight: bold;
font-variant: normal;
text-transform: uppercase;
font-family: Montserrat;
color: #163651;
}
.wpcf7-form {
padding: 5px;
}
.wpcf7 input.wpcf7-text { width: 100%; }
If you don't recognise it then remove all this CSS
Exactly ! i had installed a theme from the Site Library in the beginning but deleted it again.
Now i deleted the CSS and everything works fine again !
Thank you so much David !
Awesome. Glad i could be of help :)