Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #222209

    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

    #223189

    Hey!

    Try this:

    .avia_ajax_form label{
     color: red !important;
    }

    Change as needed.

    Best regards,
    Josue

    #223268

    Perfect, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Element Label Font Colour’ is closed to new replies.