Looking to change the label text color of a WordPress Gravity form field?

You can do so easily by adding some custom CSS to the mix.




Just replace “red” with whatever color you’d like it to be. If it’s not working, try adding !important after the color.

.gform_wrapper label {
color: red;
}