HomePage › Forums › Traveler › Want to disable Right side option › Reply To: Want to disable Right side option
Hello
You can use this css code in Traveler Settings > Styling Options > Custom Css to remove it:
.demo_changer {display: none; }
Thanks.