• Resolved rayeason

    (@rayeason)


    Hello and good day.

    I would like to change the font color from Black to White.

    How would I do this?

    Also, the First and Last name fields should be above the place holder.

    Is that possible?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @rayeason – Thanks for reaching out!

    To change the font color, you can consider using the following CSS:

    div.wpforms-container-full .wpforms-field-label {
        color: #fff !important;
    }
    
    div.wpforms-container-full .wpforms-field-sublabel {
        color: #fff !important;
    }

    And in case it helps, here’s a tutorial on how to add custom CSS like this to your site.

    We currently don’t have the option to switch the position of sub-labels. In this case, I’d suggest you disable the Sub-Labels (First and Last name), and then add them as a description. You can then use the following snippet shared in our doc here to change the position.

    You can also take a look at our documentation here on steps to add the snippet.

    Kindly,

    Hey @rayeason – We haven’t heard back from you in a few days, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPForms Font Color’ is closed to new replies.