Skip to main content

How to turn off toolbar group labels by default via a custom desktop.css?

Comments

1 comment

  • Erik Engstrom
    With the latest update, you'll want the same entry, but for .toolbar-group h2

     

    .toolbar-group h2 {

     

        height: 0em;

     

        font-size: 0em;

     

    }
    0

Please sign in to leave a comment.