Flawless Websites Courses

Know-How for building Flawless Websites.

Follow these simple steps to hide field character limit counters that appear by default on Forminator forms.

 

How To Hide Forminator Field Character Limit Counters:

 

  1. Login to your WordPress site admin.
  2. Go to Forminator Pro > Forms
  3. Click to edit a form.
  4. Click the Appearance link (top-left).
  5. Scroll down and click the Enable Custom CSS toggle button.
  6. Paste the CSS code (see below) into the custom CSS field.
  7. Click the Update button (top-right) to save your edits.
  8. Click the Preview button (top-right) to preview the form.

The CSS Code:
span.forminator-description {
display: none !important;
}

Enjoy!