Tagged: check box, enfold, privacy policy
Hello, we would like to change the color of the text below the contact form from blue to white. The text is the privacy policy next to the check box (Screenshot 1). This text was inserted and activated under Enfold > Privacy and cookies > Privacy policy (Screenshot 2). Is this possible? Thank you for your support.
Hey reqonsult,
Please try the following in Quick CSS under Enfold->General Styling:
.avia_ajax_form input.input_checkbox_label {
color: #fff;
}
Best regards,
Rikard
Unfortunately it did not work, please see the attached screenshot. Please also note that it would not be advisable to set all texts next to all the checkboxes to #fffff. This is because the background will not always be dark. Are there other alternative solutions?
Hi,
Please try this instead:
#beratunganfordern .avia_ajax_form .input_checkbox_label {
color: #fff;
}
Best regards,
Rikard
Hello Rikard, thank you very much. It worked.
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard