• Resolved josephpotter85

    (@josephpotter85)


    Hello, I could not find this in the documentation. I have the free version and need to change the label color from black to light gray or white.
    Is there a CSS code I can use?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Form Maker Support

    (@formmakersupport)

    Greetings, @josephpotter85!

    Thanks for the post!

    Please try to add the following CSS code to the Custom CSS option of your form theme.

    .wdform-label,
    label {
        color: #ffffff;
    }

    Let us know if this helps.
    Thank you! Have a good day!

Viewing 1 replies (of 1 total)
  • The topic ‘Label color’ is closed to new replies.