Can you change the color of one of the words in a dropdown?

  • KenyonTech
    Asked on May 17, 2019 at 3:53 AM

    Using widget: Configure List

    On a dropdown, can you change the color of one of the words?

  • AndrewHag
    Replied on May 17, 2019 at 5:56 AM

    Are you looking for something like this:

    1558086932chrome RY0iqcPQPg Screenshot 10

    If yes, it is possible with custom CSS code. Please share the URL of the form so that we can check and provide you the required code.

    We will wait for your response.

  • KenyonTech
    Replied on May 17, 2019 at 2:13 PM

    Andrew,


    It is exactly what I needed.

    https://form.jotform.com/91355624655159


    The drop down menu word I need and color is: FAIL in color code #fc8604.


    Thank you for all your help.

  • Girish JotForm Support
    Replied on May 17, 2019 at 3:55 PM

    Please add the below CSS code into the CSS tab of your configurable list widget:

    td.col4 select :nth-child(3){

    color:#fc8604;

    }

    15581229021705 13 Screenshot 10