How to undo bold in every survey field?

  • emotionalsupportpetcom
    Asked on May 21, 2015 at 2:18 AM

    every question is in bold  - how can it be changed to plain text?

  • Boris
    Replied on May 21, 2015 at 4:26 AM

    I see that this is being caused by two different reasons - one is the label style setting, and the other is the custom CSS that is on that form. You should first undo the label style setting in the Designer.

    Please click on the Label Styles section, and select Normal Labels in the Label Style drop down.

    How to undo bold in every survey field? Image 1 Screenshot 30

    After that, please add the following custom CSS to the bottom of the textbox under the CSS tab:

    .form-label,
    .form-label-top,
    .form-label-left,
    .form-label-right {
      font-weight: normal !important;
    }

    How to undo bold in every survey field? Image 2 Screenshot 41

    It should override the bold setting of the label fonts.

    Please let us know how it goes, or if you need further help, we are happy to assist you.