for time enabled listings it would be a slight UX improvement to show all available time slots in a list after selecting the date. This gives the user a better oversight and saves you a few clicks.
In the meantime, is this solvable with a CSS snippet? Or maybe a PHP snippet?
Thanks for your feedback, we’ll try to improve the UX this way. Unfortunately there’s no simple code snippet for implementing this, because time slots are fetched via the API on every drop-down click (or date change), so loading them initially would require customizing the JS code in the HivePress core.