Headings only to be bold insted of all the text

  • yonggh89
    Asked on December 23, 2016 at 1:02 AM
    Also, i would like to have each headings to be bold instead of all the text. How should i go about it?.
  • John_Benson
    Replied on December 23, 2016 at 1:29 AM

    If you don't want all the text to be bold, please add this custom CSS code:

    .form-label.form-label-left { 

        font-weight : normal; 

    .form-label.form-label-top { 

        font-weight : normal; 

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

    Let us know if you need further assistance. Thank you.