Remove "Tools" label from toolbar icon
I am trying to remove the "Tools" label from the toolbar icon. I assumed that this would be in the common.css, in the tool-label section. When I set this to "none", though, no changes. Seems like this should be a really simple change. Can anyone tell me how to get rid of that "Tools" label?
Thanks!
-Shana
0
-
Hi Shana
Are you talking about the new 'Tool Label' toggle in 2.9? If so I added the styling below to the desktop.css file to remove it.
/*hides toolbar label toggle*/
.toolbar-actions li.toolbar-label-toggle {
display: none;
}0 -
Yes. Thank you! 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer