I need to change font color for “input_checkbox_label in bottom page, only for form with background image
https://www.mylabrador.eu/stelle/cucciolata-chocolate-hope-x-heidi/
Hey Stefano,
I believe you are referring to changing the red privacy policy link to white, if so please try:
#form2 .input_checkbox_label a {
color: #fff!important;
}
Best regards,
Mike
Yes privacy link and text color.
I try to
#form2 .input_checkbox_label, #form2 .input_checkbox_label a {color:#fff!important}