How do I hide the Description field in the Awesome Forms?

Follow the instructions below to hide the “Description” field in the Awesome Forms feature.

1) Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box.

/*** BEGIN: AWESOME FORMS - HIDE DESCRIPTION FIELD ***/
.awesome-forms .description { display: none !important; }
/*** END: AWESOME FORMS - HIDE DESCRIPTION FIELD ***/

4) Click Save.