Changing the form label color

  • ipbr21054
    Asked on May 12, 2017 at 3:17 PM
    Look at the red sarrow which the text is Bold then look at the blue arrows which is very faint and NOT bold ?
  • Jan
    Replied on May 12, 2017 at 3:25 PM

    Please try to insert this custom CSS code to change the font color of the labels:

    .form-label-top, .form-label-left, .form-label-right, .form-html {
    color: #000000;
    }

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

    Changing the form label color Image 1 Screenshot 20

    Hope that helps. Thank you.

  • ipbr21054
    Replied on May 12, 2017 at 3:35 PM

    Thanks,now done