Hide Asterick for Required Fields

I’m creating a conditional form that has several dropdown boxes where I only want to have one title at the top. The fields are required so the asterick shows up and makes everything really spaced out. I used this code to try and remove the asterick, but it did nothing. Any help would be appreciated.

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_required
{
display: none;
}

I’m using Theme: Ultra

Thanks!

That CSS will normally work. Can you share the URL to a page on your site where we can see the form and see if we need more specific CSS to hide that asterisk? Thank you.

Thanks for the quick response Chris…between posting this and now I actually figured out a way to remove the asterick without the CSS. Thanks again!

Trapper, can you explain how you did it without CSS?

1 Like