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

Show icons only in Bookmarks Toolbar Firefox v57.0b4 on Mac 10.12.6

  • 1 reply
  • 13 have this problem
  • 6 views
  • Last reply by dm4n

more options

Hello, I've installed the new beta and would like to display icons only on the bookmarks toolbar.

Thanks

Hello, I've installed the new beta and would like to display icons only on the bookmarks toolbar. Thanks

Chosen solution

Solved!

(1) Go to Firefox's Profile folder and Create folder "chrome"

(2) Use a text-editor to create a file "userChrome.css"

(3) Paste this code:

toolbar[mode="icons"] .toolbarbutton-text { display:none !important; }

(4) Save file to "chrome" folder

(5) Restart Firefox FTW

Credit: http://eyedealab.com/get-an-icons-only-firefox-bookmarks-toolbar/

Cheers

Read this answer in context 👍 6

All Replies (1)

more options

Chosen Solution

Solved!

(1) Go to Firefox's Profile folder and Create folder "chrome"

(2) Use a text-editor to create a file "userChrome.css"

(3) Paste this code:

toolbar[mode="icons"] .toolbarbutton-text { display:none !important; }

(4) Save file to "chrome" folder

(5) Restart Firefox FTW

Credit: http://eyedealab.com/get-an-icons-only-firefox-bookmarks-toolbar/

Cheers

Modified by dm4n