01-18-2021 08:57 AM
HI guys
Once the Advance Mode is activated, in the Side Menu > Preferences appear 'Hotspot Distance' and 'Cluster Distance' (please take a look at the attached image)
Is there a way to hide them?
Thanks a lot
Antonello
Solved! Go to Solution.
01-20-2021 10:32 AM
Hi Antonello,
Yes, these elements can be hidden using CSS flags. Mainly, 'display:none'.
In the console the elements are found 'nav_menu_items'. If you wish to have the display tag applied on load you could put that in a Functional Attribute.
display:Inherit
display:none
HTH
sclow