How to use the Field Customizer
How to create and edit custom CSS classes
To create and edit custom CSS classes just follow the next steps: 1. Go in "Admin" 2. Open the "Edit css Fields" Settings 3. Create/edit the needed CSS classes (e.g. .largefield { ... }) 4. Click "OK"
The following video shows the steps to perform.
How to apply the custom CSS classes
To apply the custom CSS classes to any field just follow the next steps: 1. Go in "Admin" 2. Go in "Studio" 3. Go in the "Fields" section of the module whose field you want to modify 4. Open the field you want to apply the custom CSS class to 5. Write the name of the custom CSS class in the "Help Text" field, putting it between single quotation marks (e.g. class='largefield';) or double quotation marks (e.g. class="largefield";) and with a semicolon at the end 6. Click "Save" 7. Go in "Admin" 8. Go in "Repair" 9. Go in "Quick Repair & Rebuild"
The following video shows the steps to perform.