How do I change the font color, or place a white background on only the "Date Picker" date field?

  • trigrammaton
    Asked on May 11, 2016 at 4:45 PM

    I am using the Date picker widget. The date they pick is too hard to read on my website. Can I change this in css?

     

    https://form.jotformz.com/61235927161656

    Jotform Thread 837197 Screenshot
  • victor
    Replied on May 11, 2016 at 5:33 PM

    To adjust the background color of the widget, you just require to enter the following code into the wizard.

    .bfh-datepicker-toggle>input[readonly] {

        cursor: inherit;

        background-color: white !important;

    }

    How do I change the font color, or place a white background on only the Date Picker date field? Image 1 Screenshot 20

    Please let us know if this helps.

  • trigrammaton
    Replied on May 12, 2016 at 4:05 PM

    This worked swimmingly! Thank you!

  • victor
    Replied on May 12, 2016 at 4:13 PM

    You are welcome. If you have any other question or issue, please do not hesitate contacting us. Have a great day.