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