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

Remove icons of the sub folders in the bookmark bar

  • 2 replies
  • 1 has this problem
  • 10 views
  • Last reply by 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

Chosen solution

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}
Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

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}

Modified by cor-el

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.