Hi HH Community,
I am not sure if this has been posted before, but a client reached out to me to ask if the location information section at the bottom of the Answers Experience is something that could potentially be hidden or is always visible. I’ve copied an example of what the client sent me below:
Please let me know if I can clarify any of the information I posted and thanks in advanced!
Hi Cubby,
The location information at the bottom is controlled by the location bias component. This shows where the user is searching from to provide the most relevant results for their location.
If you would like to hide it, you can comment out the location bias component in every page.html.hbs
file in the experience. There are two lines you’ll have to comment out (shortcut to comment in or out is cmd + /
on Mac and ctrl + /
on Windows):
{{> templates/universal-standard/script/locationbias }}
{{> templates/universal-standard/markup/locationbias }}