My current code looks something like this:
<label for="billing:postcode" class="required"><em>*</em>Zip/Postal Code</label>
I am looking to hide the <em>
element from displaying using CSS. How can I achieve this with the display: none
property?