HomePage › Forums › Traveler › Hide "different location", and calendar on menu › Reply To: Hide "different location", and calendar on menu
Hello julitorod,
Thank you for waiting.
1. to remove checkin, checkout field, you ened to remove in theme option. Example for hotel. Go to Theme Options -> Hotel Options tab -> Hotel custom search form section and remove checkin, checkout item.
2. to hide the ‘different location’ option, you can add this code to Theme Options -> Styling Options -> Custom CSS:
#required_dropoff{
display: none !important;
}
Thank you,
Hai Nguyen