Closed Vomau closed 9 months ago
remove_folder_icons_from_bookmarks.css removes website favicons too.
This worked for me and only removed the folder icon: #personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon { display:none!important; }
#personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon { display:none!important; }
Fixed it.
Use this if you want folder icon if you remove the text from folders too.
#PlacesToolbar .bookmark-item[container]:not([label=""]) > .toolbarbutton-icon { display:none !important; }
remove_folder_icons_from_bookmarks.css removes website favicons too.
This worked for me and only removed the folder icon:
#personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon { display:none!important; }