Apply CSS to Hide Rental Selection Dates

September 28th, 2022 by

Clients who wish to remove rental dates from the booking experience can apply the following code to their account:

.p-details-datetimerange {

    display: none;

}

.cart-datepicker {

    display: none;

}

.orderdetails-datepicker {

    display: none;

}

.rm-rental-startdate {

    display: none;

}

To apply the CSS, visit Website Settings > Design > Content & Labels menu (and click the Add Custom CSS button).

Click the "Submit" button to save your updates.