HomePage › Forums › Traveler › Remove item of the car layout › Reply To: Remove item of the car layout
You can add this css code to Traveler Settings > Styling Options > Custom Css to remove it:
.single-st_cars .booking-item-deails-date-location >ul>li:nth-child(3),
.single-st_cars .booking-item-deails-date-location >ul>li:nth-child(4) {
display: none;
}
Thanks