How can I change the font color of the slots in the appointment widget?

  • msharan
    Asked on November 12, 2015 at 4:03 PM

    Is it possible to change the font of the slots list in the appointment widget? I need to change it to white . Here's my form.

    Thank You.

     

  • David JotForm Support Manager
    Replied on November 12, 2015 at 7:43 PM

    Please add this CSS code in the widgets wizard Custom CSS Area:

    .checkbox{

    color: white !important;

    }

    Example:

    How can I change the font color of the slots in the appointment widget? Image 1 Screenshot 30

    Form: https://form.jotform.co/53157798701868

    How can I change the font color of the slots in the appointment widget? Image 2 Screenshot 41

    Let us know if you need more help, we will be glad to assist you.

  • msharan
    Replied on November 13, 2015 at 12:18 AM

    Thank You

    Thank You

    Thank You!!