Gravity forms provides you the ability to add custom sub labels to certain advanced fields like name, address and time fields. In this article you will learn how to change the design of these sub labels. You can checkout our previous article if you are looking to change design of field labels.
How to change design of Sub Labels using CSS
It is possible to target individual sub labels like first name, last name, address line 1, address line 2, city, state, zip code, country, hour, minute, month, day and year .
Note: Replace FORMID in the above code with the actual form id.
How to Change Styling of Sub Labels using Free Plugin
- Download and install Styler for Gravity Forms plugin from official WordPress plugin repository.
- Login into WordPress dashboard and then open the page in which you have added the form.
- From admin bar click on Customize option and then go Styles & Layouts Gravity Forms option. If the customize option is not available then you can check the alternate methods to open customizer.

Customizer In Admin bar
- Select the form for which you want to edit sub labels.

Select form under style and layout panel
- Now the page will automatically refresh. Once the page is refreshed you will get all the options to customize your form.
- Navigate to Sub Labels section and here you will get the option to change font color, font size and padding for sub-labels.

Sub Labels
- Once you have made the desired changes then click on Publish button to make them permanent.

Publish button
Here is the video tutorial demonstrating all the steps mentioned above
If you need any help with styling any field of gravity forms then you can leave a comment below.

Hello,
Good work you doing here.
I am current using Gravity form Ver 5.2.2 on my website.
I want to add a field in the export entries section on the backend of gravity form that requires uses to enter the “form ID” before they can export entries of a particular form. Such that entries can only be exported when the correct form ID is entered.
This way, a user can only export form entries if he knows the form ID.
Could you help with a code snippet for this?
Thanks.