target radio labels that are required for styling

Christine_LeBla
Level 3

target radio labels that are required for styling

Hi,

I have tried any given combo of these options below. Trying to ensure both required and non-required labels for radio buttons and check boxes do not bold.

Can you suggest something other to try?

.mktoForm .mktoCheckboxList > label, 

.mktoForm .mktoRadioList > label {

   font-weight: normal !important;

}  

 

  .mktoRadioList label {

    font-weight: normal !important;

  }

 

  .mktoCheckboxList label {

    font-weight: normal !important;

  }

 

   .mktoRadioList .mktoRequired label {

    font-weight: normal !important;

  }

 

  .mktoCheckboxList .mktoRequired label {

    font-weight: normal !important;

  }

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: target radio labels that are required for styling

Please provide the URL of your page w/form.