HomePage › Forums › Traveler › how to remove quick options in the theme of traveler › Reply To: how to remove quick options in the theme of traveler
Hello
You can use this css code in Traveler Settings > Styling Options > Custom Css to remove it:
.demo_changer {display: none; }
Thanks.