Is there any way to move the required asterisk, to after the label, rather than before?
Solved! Go to Solution.
I take that back.
Put
.mktoAsterix {display: none !important;}
in your CSS. That'll override the default.
I take that back.
Put
.mktoAsterix {display: none !important;}
in your CSS. That'll override the default.
Robb is absolutely correct, but as a minor side note you can also place the override on .mktoAsterix in your form's custom CSS if you're looking to keep the styling on some forms but not others, etc.
You'd have to put in code for
<style>
.mktoAsterix {display: none;}
</style>
In your HTML, as close to the beginning of the HTML as possible, then you can change the label in the Rich Text editor.