How to change the colour of the 'numbers' in the rate field

  • Groseeds
    Asked on March 14, 2015 at 7:36 AM

    Hello, Please advise how I can change the colour of the '1-10' numbers. Many thanks for your help.

    Jotform Thread 533102 Screenshot
  • BJoanna
    Replied on March 14, 2015 at 11:07 AM

    You can change colors of the numbers by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code paste this code:

    .form-scale-table th {

        color: #ff0ff0;

    }

    How to change the colour of the numbers in the rate field Image 1 Screenshot 20

    Hope this will help. Let us know if you need further assistance.