Tagged: contact form 7, CSS
Hi,
I’m using Contact Form 7 for several contact forms. The styles are inherit from the Enfold theme. In some I have a problem regarding the Submit (Enviar) text. See n. 2 in image http://imgur.com/17xewYB.
The text is a h6. If I change the h6 to white all the h6 text turns white and not readable. Is there a way to turn that text do white?
On the same image, in n. 1, how can I give more space between the text and the box?
Hey pmfonseca!
Add this to your custom CSS.
.wpcf7-submit {
color: white !important;
}
Best regards,
Elliott
Hi Elliot,
Thanks for your help.
I found the solution for the other question:
.wpcf7 p {
line-height: 20px;
}
Thanks.