Hide the Max File Size section in file upload field [RESOLVED]

Hey guys,

I’ve set up a form that will be used to upload a heap of assets to our website.

Does anyone know a way that I can still set the file size and type limitations but not have those labels show on the field itself?

This was resolved via Gravity Forms support. You can use this CSS to hide those messages:

div.ginput_container_fileupload span.gform_fileupload_rules{
    display:none;
}