How can I make the font in the checkbox regular?

  • rickarcher
    Asked on December 29, 2016 at 5:07 PM
    Three of the items in the checkbox area of my form are in bold. How can I make them regular type?
  • Welvin Support Team Lead
    Replied on December 29, 2016 at 5:13 PM

    Find these in the custom CSS codes that were injected in the form:

    #label_input_58_0, #label_input_58_3, #label_input_59_12 {

        margin-left: -18px;

        font-weight: bold;

        color: black;

    }

    Remove the font-weight: bold; from the style, that should make the font regular.