Site logo

Archived topic

Customize WPForm Text Label Color

5 replies · Started by Sara Genone on November 12, 2020

Viewing posts 1–6 of 6

Dear all
I need help because I want to change color of my Wpform in the home page
I added this Custom Css but it doesn't work... I don't understand why?

div.wpforms-container-full .wpforms-form .wpforms-field-label label
{
color: #333;
}

Thank you
sara

Hi there,

can you share a link to your site so we can take a look at the required CSS

Try this:

.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #fff;
}

Thank you!
Sara :)

You're welcome

This archived topic is closed to new replies.