Archived topic
Contact Form 7 acceptance style problem
5 replies · Started by Alfonso on October 1, 2018
I changed the color in the acceptance checkbox text because it couldn't be seen because of the background color, and now the checkbox, the message, and the link within this are displayed in three different rows. I tried to insert aditional css but nothing changed.
Here's the code for the acceptance checkbox i'm using in the contact form 7 editor
[acceptance accept-this-1]<p style="color:LightGray;">He leído y acepto la</p> <a href="https://alfonsotorres.org/politica-de-privacidad/">Política de Privacidad</a>[/acceptance]
Hi there,
can you put the original HTML back in for your Contact form and we can help with some CSS to style it.
Sure:
[acceptance your-consent][/acceptance]
Try this CSS:
.wpcf7-list-item-label {
color: #fff;
}
Adjust the color accordingly.
It worked perfectly, thanks!!
You're welcome