Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

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

  • 2 amsoshi
  • 1 yana da wannan matsala
  • 113 views
  • Amsa ta ƙarshe daga musicmaniac
  • An warware

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.

Mafitar da aka zaɓa

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;
}
Karanta wannan amsa a matsayinta 👍 0

All Replies (2)

Zaɓi Mafita

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;
}

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.