Select to view content in your preferred language

Option to hide distance toggle visibility

399
3
01-21-2026 01:01 PM
Status: Open
Labels (1)
JessicaFraver1
Occasional Contributor

I would like to create a super simple app with minimal interaction by users to get the information they need. I have included a default distance and would like to be able to hide the distance toggle from view if that default is set and changing the buffer distance is not relevant.

3 Comments
KellyHutchins

@JessicaFraver1  you have two options. 

 

- Use the showSlider=false url parameter to hide the slider section. 

- In the app config go to Theme & Layout > Theme then in the Custom CSS box add the following: 

 

#distanceOptions{
  display:none;
}
JessicaFraver1

Hi Kelly, 

Thanks for your quick response. The url parameter for the slider worked! I do not see the Custom CSS box under Theme & Layout. I'm using the Nearby Instant App.

KellyHutchins

Glad the url parameter worked.  That option is available in the Nearby app but you have to turn off express mode first using the switch in the upper left corner of the configuration experience. 

Alternatively you can use the search option in the config to search for "css" and it should bring up the Custom CSS setting and prompt you to disable express mode.