How you change the "Scale Rating" color?

  • nhetravel
    Asked on February 15, 2016 at 3:21 AM

    1.) How you change the "Scale Rating" color?

    How you change the Scale Rating color? Image 1 Screenshot 20

  • Charlie
    Replied on February 15, 2016 at 3:40 AM

    You can add this custom CSS code to change the label color in your scale rating field:

    .form-scale-table label {

        color: red !important;

    }

    You can change the color value with your own preference. Let us know if that helps.

  • nhetravel
    Replied on February 15, 2016 at 4:29 AM

    This is done, Thank you