Søg i 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

Remove icons of the sub folders in the bookmark bar

  • 2 svar
  • 1 har dette problem
  • 10 visninger
  • Seneste svar af nassimmz

more options

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

Valgt løsning

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}
Læs dette svar i sammenhæng 👍 1

Alle svar (2)

more options

Valgt løsning

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}

Ændret af cor-el den

more options

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.