Label Text Style

I’ve spent 2 days searching through the forum and I can’t figure this out. So I apologize in advance if this has been answered before.

How can I override whatever CSS Gravity Forms is pulling from to make my labels in all caps?

None of my H tags are in all caps, so I can’t even figure out why this is doing this in the first place.

Ideally, I’d also like the labels to be in a regular font (for easier reading) like “Name” is currently displaying in now and possibly in color #63c7cb as well.

Thanks in advance to whoever answers my question.

Neither of these seem to work. :frowning:

body .gform_wrapper .gform_body {
    font-size: 18px;
    text-transform: lowercase;
}
body .gform_wrapper .gform_body {
    font-size: 18px;
    text-transform: none;
}

Hi Tammy. I think I replied to your support ticket already?

Yes, I received your email after I posted in the forum.