How to turn off toolbar group labels by default via a custom desktop.css?
Following-up on an community thread titled, "Turn off the tool lables by default in Manager?" about how to add custom css snippets of code to eliminate those pesky group labels that appear below each tool, I have added in the following snippet per this thread in hopes that they would no longer show:
.toolbar-group h4 {
height: 0em;
font-size: 0em;
}
However, even after applying this snippet to the desktop.css file, the toolbars still show the toolbar group labels.

Any ideas on how this is possible?
We are using HTML5 version 2.11.0
Thanks!
Steve
0
-
With the latest update, you'll want the same entry, but for .toolbar-group h2
.toolbar-group h2 {
height: 0em;
font-size: 0em;
}0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar