Form CSS - In Required Questions Unbolding Answers in Radio, Checkbox Lists
Easy question for all the super smart people out here. Maybe I'm just tired on a Friday and can't find the answer.
I want
the options / values in radio button and checkboxes to appear font-weight: normal. I have applied styling in CSS that makes the Labels normal font weight but the choices below stay bold. If anything I want the label to be bold 🙂 but the choices to be normal weight.
This is doing some of the trick for the label:
.mktoForm .mktoRequiredField label.mktoLabel {
font-weight:normal !important;
}