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.