All Collections
Manage Your Integrations
Website Wishlist: General
How can I hide the time and date selection from the Item Detail on my Website Integration?
How can I hide the time and date selection from the Item Detail on my Website Integration?

Here's how you can hide the time/date from each item on your Website Integration, but allow clients to select a time when submitting a list.

Jake Scotto avatar
Written by Jake Scotto
Updated over a week ago

To hide the time and date selection from your Item Detail,

You can paste this CSS code snippet wherever you inject custom CSS into your site.

.gspro-c-item-choices__start-time { display: none !important; }

.gspro-c-item-choices__dates { display: none !important; }

This will continue to allow your clients to select their start time/dates when checking out.

Did this answer your question?