How to make transparent Check In Check Out Widget?

  • newjotforms
    Asked on July 21, 2016 at 11:35 PM

    I am trying to make the labels on the check in check out widget. Do you know how I can do this?

  • jonathan
    Replied on July 22, 2016 at 4:21 AM

    You meant like this...

    How to make transparent Check In Check Out Widget? Image 1 Screenshot 30

     

    Add this CSS code to the widget.

     

     

    .picker__box {

        background: transparent;

    }

    How to make transparent Check In Check Out Widget? Image 2 Screenshot 41

     

    Let us know if this is not.

     

     

     

  • newjotforms
    Replied on July 22, 2016 at 7:54 PM

    Hi there, no it is not. That was useful however, i want the box that says select date to be transparent.

  • newjotforms
    Replied on July 22, 2016 at 7:56 PM

    How to make transparent Check In Check Out Widget? Image 1 Screenshot 20

     

  • David JotForm Support Manager
    Replied on July 22, 2016 at 10:08 PM

    Inject the following code:

    input{

        background: transparent;

    }

    Example:

    How to make transparent Check In Check Out Widget? Image 1 Screenshot 20

    Let us know if you need more help.