Can you change the color of the text inside the configurable list?

  • pricelesspendantz585
    Asked on June 18, 2019 at 2:42 AM

    CAN YOU CHANGE THE COLOR OF THE TEXT INSIDE OF THE CONFIGURATION LIST

  • Kiran Support Team Lead
    Replied on June 18, 2019 at 4:16 AM

    It is possible to inject some custom CSS code to the widget to change the color of the text if the form is using classic layout. If you can provide us with the form ID that you are working so that we may be able to assist you further.

    Thanks!

  • pricelesspendantz585
    Replied on June 19, 2019 at 12:28 AM
  • Kiran Support Team Lead
    Replied on June 19, 2019 at 2:20 AM

    You may injecting the following CSS code to the widget to change the color of headers.

    th {

    color: #fff; 

    }

    You may change the color code of your requirement.

    Thank you!