Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Is there a way to remove the folder icons from the bookmarks toolbar without removing the favicons for the websites?

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 13 προβολές
  • Τελευταία απάντηση από cor-el

more options

Hi

In Firefox , I would like to remove the folder icons in my bookmarks toolbar. However I do not want to remove the favicons (logos) from the websites in the bookmark folders and the bookmarks toolbar.

If possible I would like to use userchrome to do this. (I'm not very good at userchromes though, so a clear explenation would be highly appreciated)

Thanks

Hi In Firefox , I would like to remove the folder icons in my bookmarks toolbar. However I do not want to remove the favicons (logos) from the websites in the bookmark folders and the bookmarks toolbar. If possible I would like to use userchrome to do this. (I'm not very good at userchromes though, so a clear explenation would be highly appreciated) Thanks

Όλες οι απαντήσεις (3)

more options

Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#personal-bookmarks .bookmark-item[container] .toolbarbutton-icon {display:none !important;}

more options

That really worked! Thank you for the help my friend. I've seen you answer many questions on this forum, just wanted to tell you that the answers and help are much appreciated!

Take care