• Resolved Ceecee

    (@edicodesign)


    The forms adopted my themes body text colour which is a light grey. This works on my pages because the background it’s used on is dark; however the form input containers are white and it’s very hard to see/probably doesnt pass accessibility. How do I change the text colours for the input areas of the forms?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Prashant Rai

    (@prashantrai)

    Hey @edicodesign – Thanks for reaching out!

    You can consider using the Forms Styles feature to customize the color, or you can use following CSS and let me know how it goes:

    div.wpforms-container-full .wpforms-form input[type=text] {
        color: #000 !important;
    }

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

    Hope this helps!

    Prashant Rai

    (@prashantrai)

    Hey @edicodesign – We haven’t heard back from you since my previous message, 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 ‘Text color for input’ is closed to new replies.