HomePage › Forums › Traveler › Modify search car elements › Reply To: Modify search car elements
Hello
You can use this css code in Traveler Settings > Styling Options > Custom Css to do it:
.same_location {display: none;}
.form-drop-off.field-hidden {display: block !important;}
Thanks