Zum Hauptinhalt gehen

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

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.