Disable Select Year on Availability Calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1517593
    Thomas Levack
    Participant

    Is it possible to disable the “select year” field on the availability calendar? Both month and year select have class of “datepick-month-year” so need to find a workaround.

    Thanks

    #1519999
    J. Davis
    Keymaster

    Hi Thomas,
    Thanks for your question. You may apply the style below at Appearance > Customize > Additional CSS:

    .mphb-calendar .datepick-month-header select.datepick-month-year:nth-of-type(2) {
      display:none !important;
    }
    #1520164
    Thomas Levack
    Participant

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.