Yes, of course. This is the css code:
econt_region_sel_field>label>span.optional,
econt_city_sel_field>label>span.optional,
econt_office_sel_field>label>span.optional{
display:none;
}
econt_region_sel_field>label:after,
econt_city_sel_field>label:after,
econt_office_sel_field>label:after{
content: ” *”;
color: #ababab;
}
shipping_to_field>label{
padding-right:10px;
}
Yep I check you code and find that, so add some css to fix the visual problem. Thanks