How to remove the word “optional” next to required fields, and put an asterisk after a required field

Quite a strange decision. It’s not convenient for users.

1 Like

Hi! If you use translation, just install Loco Translate plugin, and serach for “optional”. In the translated field just put a * instead of it. Or you can use this CSS:

.hp-field__label small {font-size: 0;}
.hp-field__label small:after {content:'(*)'; font-size: small;}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.