asked on September 5
•
Show version history
We use the following CSS to change the label in the built in comment box. However if comment box is required then it makes the text red and does not show the asterix(*)
.form-container #comment-container label::after { content: "Reason for Return"; visibility: visible; margin-left: -5.5em; } .form-container #comment-container label { visibility: hidden; }
Does anyone know of a way to keep the "Reason for Return" black and not remove the red asterix?
0
0