Hi Floman,
You could try following steps:
1. Unchecked the Required checkbox in Field properties.(Back to initial default setting)
2.1 Copy required="required" attribute from any previous field that has been set to required.
2.2 Paste the attribute into select tag.
2.3 Copy <span class="lp-required" style="color: rgb(255, 0, 0);">*</span>. (The red symbol for required field)
2.4 Paste the element after option set field label tag.
Go live

3. The result would meet your requirements.

Regards,
Clofly