How to change "Select All" Wights Color?

  • arielyem
    Asked on June 1, 2017 at 6:22 AM

    Hi,

    Can you please provide the CSS color for the "Select All" Wights?

    I'm looking for white color to match my form style.

    Please advice

    Thanks

    Ariel

    Jotform Thread 1160197 Screenshot
  • John_Benson
    Replied on June 1, 2017 at 7:44 AM

    In order to change the font color text of the provided screenshot, please add this Custom CSS code to the Widget Settings > Custom CSS tab. To do that, please follow this screen animation below:

    td { 

    color: #fff !important; 

    How to change Select All Wights Color? Image 1 Screenshot 20

    Use this Custom CSS code instead if you want to change the color of the "Select All" only:

    label { 

    color: #fff !important; 

    Hope that helps. Let us know if you have questions. Thank you.