https://www.dicasafalcone.com bottom page
Hey Stefano,
Thank you for using Enfold.
You can use this css code adjust the font color of checkbox label.
label.input_checkbox_label {
color: #ffffff;
}
Best regards,
Ismael
Yes but with this css code also all checkbox label are changed I need only this form in homepage not in contact page.
Hi,
Please try this instead:
.home #contatto label.input_checkbox_label {
color: #ffffff;
}
Best regards,
Rikard
I try but do not work http://www.mylabrador.it check form in footer
Hi,
This CSS is causing that to happen:
p#element_avia_10_1 label {
color: #444 !important;
}
I can’t see where it’s coming from since your CSS is cached/minified.
Best regards,
Rikard
Now I have disable cache
I need for this page https://www.mybengals.it/contatti/ change color text for .input_checkbox_label only for form with backgrounds
And why two times opening a new post on similar thing: https://kriesi.at/support/topic/change-color-text-input_checkbox_label-form-with-background/
my answer is there