Formatting Scale Rating Field

  • ashton_herrington
    Asked on March 15, 2021 at 7:33 PM

    I am using the scale rating field in my form "Unit Preferences"

    The branded colors make it hard to see the field options. I tried to use CSS to make it white but no luck. Do you have a way to do this?

    Jotform Thread 2969388 Screenshot
  • Vanessa_T
    Replied on March 16, 2021 at 3:28 AM

    Kindly add the CSS below to your form:

    .rating-item label {
    border-color: white;
    background-color: white;
    }

    Guide: How-to-Inject-Custom-CSS-Codes