Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

how do I get rid of the little box to the left of each bookmark in the bookmark toolbar?

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 13 megtekintés
  • Utolsó üzenet ettől: musicmaniac

more options

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

On my bookmarks toolbar, there is a little box to the left of each bookmark. The box causes the bookmarks to take up too much space, thus limiting the number of bookmarks I can get on the bar without using dropdowns. I don't like the little boxes, I don't want the little boxes. Please tell me how to get rid of the little boxes.

Kiválasztott megoldás

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
Válasz olvasása eredeti szövegkörnyezetben 👍 0

Összes válasz (2)

more options

Kiválasztott megoldás

Those are icons, but you would still need to leave some space between the text labels. This is code I found here:

#personal-bookmarks .toolbarbutton-icon {
  display: none !important;
}
more options

Thanks. Once I went to a few of the links, I noticed the icons. They were only square boxes before. I just got rid of the icons, and the spaces between the text suit me fine. Appeciate the attention.