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

Buscar en Ayuda

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

Remove icons of the sub folders in the bookmark bar

  • 2 respuestas
  • 1 tiene este problema
  • 9 visitas
  • Última respuesta de nassimmz

Hello

I want to remove the sub folders icons, I need help please!

I made my researches and all I can find is removing the icons of the main folders in the bookmark tab.

I'm using this code

.bookmark-item[container] > .toolbarbutton-icon {

 display: none !important;

}

Thanks

Hello I want to remove the sub folders icons, I need help please! I made my researches and all I can find is removing the icons of the main folders in the bookmark tab. I'm using this code .bookmark-item[container] > .toolbarbutton-icon { display: none !important; } Thanks

Solución elegida

Do you mean that you want to keep the folder icon on the Bookmarks Toolbar, but remove them in a drop-down list ?

menu.bookmark-item[container="true"] > .menu-iconic-left {display:none !important}
Leer esta respuesta en su contexto 👍 1

Todas las respuestas (2)

Solución elegida

Do you mean that you want to keep the folder icon on the Bookmarks Toolbar, but remove them in a drop-down list ?

menu.bookmark-item[container="true"] > .menu-iconic-left {display:none !important}

Modificadas por cor-el el

Thank you so much!! Works like a charm I spent the whole day trying multiple codes, I didn't find the label/class of the drop down list.. but anyways thanks again.