HIDING FIELDS USING CSS

Edited
  1. On your Form Editor, head to Build tab.

  2. Select the field that you want to hide, find the "Additional CSS Class(es)" section then input the name of the new class that will be added on that field.

Here is an example:

  1. Once the new class is declared on your field, head to your theme's customization settings. To do this, head to your WordPress Dashboard, click "Appearance" then "Customize".

  2. Find the "Additional CSS" tab then insert this code snippet.

  1. If ever the "Additional CSS" tab is not available you can try adding it on the style.css file. To get there, head to your WordPress Dashboard, click "Appearance" then select "Theme File Editor". Find the style.css file then add the same code snippet.

  1. Make sure to "update" or "publish" to save your configuration.