Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking hide Check-in & check-out time from [mphb_checkout]
- This topic has 3 replies, 2 voices, and was last updated 3 years ago by
J. Davis.
- AuthorPosts
- April 19, 2022 at 6:55 pm #1292559
Mael Houck
ParticipantI would like to add css to hide check-in & check-out time when using [mphb_checkout]. Can you help with the code?
Thanks
April 20, 2022 at 12:32 pm #1293044J. Davis
KeymasterHi Mael,
Thanks for your question. You may add the style below to Appearance > Customize > Additional CSS in order to hide check-in and check-out details from checkout page:
.mphb-booking-details .mphb-check-in-date, .mphb-booking-details .mphb-check-out-date{ display:none; }
best regards,
J. DavisApril 20, 2022 at 1:24 pm #1293050Mael Houck
ParticipantThank you M Davis for your fast response. This removes completely date and time. I would like to hide only check-in time and check-out time, but keep the date.
Best regards
April 21, 2022 at 1:52 am #1293214J. Davis
KeymasterHi Mael,
If you use CSS to hide time there will remain commas after the check-in and check-out dates. Thus I’d recommend you try overriding the functions like it is described in this topic https://motopress.com/forums/topic/check-in-out-times-for-different-accommodations/
best regards,
J. Davis - AuthorPosts
- You must be logged in to reply to this topic.