• Resolved ginoxcaron

    (@ginoxcaron)


    I would like to remove the little arrow and background of today’s date on the pop up calendar. What would be the css for that?

Viewing 1 replies (of 1 total)
  • Plugin Author Webba Appointment Booking

    (@webba-agency)

    Please, use the following CSS:

    .picker__day--today{   
        background: none !important;
        color: inherit !important;
        border: none !important;
    } 
    .picker__day--today:before {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Calendar customization’ is closed to new replies.