How do I Put a small asterik on fields to show them they are required, instead of OOO way of making them red
Page 1 / 1
You could add some custom CSS. For example an asterik after the label on a field editor looks like this.
.nx-basicfieldeditor-item-label.required:after {<br>content: '*';<br>}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.