Skip to main content
Christine_LeBla
Level 4
December 3, 2018
Question

target radio labels that are required for styling

  • December 3, 2018
  • 1 reply
  • 1225 views

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;

  }

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
December 3, 2018

Please provide the URL of your page w/form.