Tagged: CONTACT FORM, CSS, Font-color
Hi,
What code can I enter into quick CSS to change the form element label colors? As you can see in this image below – the main font I’ve selected clashes with this particular page because I’ve used a color section that is very similar to the font color. As it is only the contact pages I want to use a dark background for, I need a Quick CSS code that I can enter that only affects the colour of the Contact Form’s element labels:
https://500.box.com/s/7lpdhwg8xqt9xdldxx6t
Thanks,
Lea
Hey!
Try this:
.avia_ajax_form label{
color: red !important;
}
Change as needed.
Best regards,
Josue
Perfect, thank you!