Tagged: CONTACT FORM
Hi,
I’ve searched through many thread for this solution but so far nothing has worked.
At the base of my contact form, just above the submit button I have a checkbox with the text for the GDPR info (see screenshot below) and I want the text in mid gray rather than black.
I tried the following hoping it would work but no!
#top .av-custom-form-color label[for=”avia_6_1″] {
color: #7a7b7b;
}
Screenshot
There must be something that will work.
Thanks.
Kind regards,Ken
Hi there,
try this it should work.
.first_form .input_checkbox_label {
color: #C0C0C0 !important;
}
Regards
Alex
Hi, Thank you for that. Works on the Desktop but not on the mobile for some reason.
Hi,
maybe it is cached somewhere but it should work on mobile too.
Screenshot Mobile https://d.pr/i/iS4dwg
Try to delete the Browser cache or try it with a parameter at the end of the url https://www.marinabruni.com/?test
Regards
Alex
Hi, just cleared mobile browser cache and can now see it. Thanks again for your help.
Regards
Ken
Hi Ken,
Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it. Thanks @Evendril for helping out.
Best regards,
Rikard
All sorted. Thanks for your superb support.