Date reservation widget how to change color of picked dates

  • platinumwhis
    Asked on January 15, 2016 at 2:40 PM

    Hello, 

    I use the widget Date Reservation. How do you change it so that previously picked dates are not greyed out? 

     

    Thank you!

  • jonathan
    Replied on January 15, 2016 at 10:47 PM

    You can add a custom CSS code like this to the widget

    .ui-datepicker table {

        background-color: #f6f6f6 !important;

    }

     

    Date reservation widget how to change color of picked dates Image 1 Screenshot 20

     

    just change the color code to the one you prefer.

    Test form:  https://form.jotform.com/60148257217959 

    Hope this help. Let us know if this did not work for you.

    Thanks.