Avada Forums Community Forum remove “underline dotted” under required symbol on a form Reply To: remove “underline dotted” under required symbol on a form

mana-energies
Participant
Post count: 5

I’ve found the solution myself.

Add the following code in Custom CSS

.fusion-form-element-required {
text-decoration: none;
}