Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

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

Learn More

how to show only text in firefox 17.0.2 bookmark mac version ?

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

more options

i need to hide all icon in the bookmark toolbar show only text

for version 17.0.2

and the OS is mac

i need to hide all icon in the bookmark toolbar show only text for version 17.0.2 and the OS is mac

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

more options

Please update to the latest version: 25.0; https://getfirefox.com

OR

If you prefer Firefox ESR: http://www.mozilla.org/en-US/firefox/organizations/all.html

more options

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

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item > .toolbarbutton-icon { display:none!important; }
more options

dear cor-el

i do this but the icon is still showen

more options

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

Make sure that the file name is userChrome.css and that you have saved the file as a plain text file and not in another format like RTF.