Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking How to make calendar date popup show one month instead of two
- This topic has 3 replies, 2 voices, and was last updated 1 day, 3 hours ago by
J. Davis.
- AuthorPosts
- February 7, 2025 at 4:24 am #1724505
Richard Shaw
ParticipantMy 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
February 7, 2025 at 8:42 am #1724620J. Davis
KeymasterHi 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?
February 12, 2025 at 7:42 am #1727139Richard Shaw
ParticipantI 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)
February 20, 2025 at 6:50 am #1731061J. Davis
KeymasterHi 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; }
- AuthorPosts
- You must be logged in to reply to this topic.