Can you change the colour of the Gravity Forms placeholder text?!

Hi, I’m doing a form using Gravity Forms and I’m trying to change the colour of the placeholder text in the fields to black, but whatever CSS I try to use, it doesn’t change it! I’d really appreciate any help with this!

I’ll put the URL in a secure note as I’ve set up a temporary page to try the form out on.

Thanks!

Hey @core365,

The placeholder CSS should look like the following:

.ginput_container_text ::placeholder {
    color: red !important;
}

Please note that the code only serves as a guide and we cannot continue customizing Gravity Forms styles as part of our theme support. For that, please consider subscribing to One or consult with your personal developer.

Thank you for understanding.

Hi @christian,

That’s great, spot on, many thanks for that!

Hi @core365,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.