Hide Toolbar Tabs
Hi,
We are looking to simplify out HTML5 viewer (4.10.0 & 2.11) by reducing the number of tools available and consolidating them onto one tab.
This means that the tab bar is not useful and we would like to remove it. Any ideas on how we can do this? Losing the 'Tool Labels' toggle would be fine.

Thanks,
Carl
0
-
We'd prefer not to if possible - our product owners were not keen when we looked at this, recently. 0 -
I was about to post a similar question. I already custom css to reduce and narrow the standard toolbar thus the hide labels option in the new viewer is pointless and I would like to remove this element too, has anyone done this? 0 -
Hi Carl/Steffen
In the Desktop and/or Tablet css file add the following:
/*hides toolbar label toggle*/
.toolbar-actions li.toolbar-label-toggle {
display: none;
}0 -
Thanks Chris! We will have to catch up, not enough Geocortex clients in SA to chat with. 0 -
Hi Chris/Steffen,
Thanks for this. Any ideas on removing the tab?
Thanks,
Carl0 -
Hello Carl,
Try this:.toolbar-tab-container { display: none; }I just tested it in Chrome, IE, and Edge, and I think it will do what you want.
Hope this helps!
Denise0 -
Along these lines, I wish Tabs were part of the permissions for a site. Maybe in v. 5.x? 0
Please sign in to leave a comment.
Comments
8 comments