How do I make the sub label font darker or bolded

  • territptc
    Asked on August 4, 2017 at 2:53 PM
  • BJoanna
    Replied on August 4, 2017 at 4:04 PM

    Add this CSS code to your form to make the sub labels bolder:

    .form-sub-label {

        font-weight: bold;

    }

    How to Inject Custom CSS Codes

    Feel free to contact us if you have any other questions.