How to make calendar date popup show one month instead of two

Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to make calendar date popup show one month instead of two

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1724505
    Richard Shaw
    Participant

    My client only wants to show one month at a time in the date picker as two months side-by-side looks like you’re choosing check in & out dates.

    How can I make it only show one month?

    Thanks

    #1724620
    J. Davis
    Keymaster

    Hi Richard, Do you want to change it for the general search form or for the availability form of a specific property? Could you please provide the website URL or provide a screenshot to explain the question in more detail?

    #1727139
    Richard Shaw
    Participant

    I want to change it for the search form. I can’t give a link as the site is not yet live.

    At the moment, the popup date chooser is showing 2 months at a time. I only want one shown.

    https://paste.pics/ST33J (sorry, can’t get it to embed)

    #1731061
    J. Davis
    Keymaster

    Hi Richard,
    Thanks for your reply. You can try applying the styles below at Appearance > Customize > Additional CSS:

    .datepick-popup .datepick-month.first {
      width:100%;
    }
    .datepick-popup .datepick-month.last {
      display:none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.