How to change background color on a label

  • Bookworms4Life
    Asked on August 31, 2018 at 2:20 PM

    1. How do I change the background color of a label

    Jotform Thread 1568791 Screenshot
  • Mike
    Replied on August 31, 2018 at 4:34 PM

    Thank you for contacting us.

    Since this is a custom theme based form, we need to inject a CSS code to adjust the styles.

    Example:

    /* Label Color*/
    .form-label {
    background: #d098d0;
    }
    /* Triangle color*/
    .form-label:before {
    border-color: #ad4cd2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);;
    }

    How to change background color on a label Image 1 Screenshot 20

    If you need any further assistance, please let us know.