Remove bold label for required fields
Hello,
I don't want the required fields to be bold. The below css change is not working in my custom css, I also tried normal !important. Any ideas?
.mktoForm .mktoRequiredField label.mktoLabel{
font-weight: normal;
}