How can I bold the dates that are available to be selected from the datepicker calendar?

  • rbell1
    Asked on November 5, 2017 at 4:13 PM

    Hi

    I have every second Thursday available for selection from the date picker calendar.

    For example on the attached screenshot the 16th Nov and 30th Nov are able to be selected.

    How can I make those dates appear bolder so they are easier to see that they are the only ones the customer can select?

    Thanks

    Jotform Thread 1290672 Screenshot
  • Kevin Support Team Lead
    Replied on November 5, 2017 at 5:58 PM

    Please inject the following CSS code to your form in order to achieve it: 

    tr.days td:not(.unselectable) {

        font-weight: bolder !important;

    }

    This guide will help you injecting the code:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.