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.
@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;
}
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.