Can I bold the Sub Headings?

  • johnr
    Asked on March 6, 2017 at 2:52 PM

    Hi,

     

    Id like to bold the sub headings/ Sub labels. Can this be done? 

  • Jan
    Replied on March 6, 2017 at 4:22 PM

    Yes, you can change the font-weight using custom CSS. Here's the CSS code:

    .form-header-group .form-subHeader {
    font-weight: bold;
    }

    .form-sub-label  {
    font-weight: bold;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Can I bold the Sub Headings? Image 1 Screenshot 20

    Hope that helps. Thank you.