Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Bookmarks toolbar has icon and text for "Bookmarks" at far right. How can I move that onto the Navigation Toolbar as an icon only?

  • 3 antwurd
  • 1 hat dit probleem
  • 40 werjeftes
  • Lêste antwurd fan cor-el

more options

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

At the far right the new Bookmarks toolbar has an icon and text for "Bookmarks". When I hide my Bookmarks toolbar, that icon jumps to my Navigation Bar as an icon only (which I prefer). How can I move that icon PERMANENTLY onto the Navigation Toolbar as an icon only, so that it does NOT appear on the Bookmarks toolbar? Thanks.

Alle antwurden (3)

more options

Firefox displays the Bookmarks Menu button on the Bookmarks Toolbar if that bar is visible and that button can only be at one toolbar at the time.
The Bookmarks Menu button is usually only visible if the Menu Bar is hidden.


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

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

/* hide the Bookmarks text on the Bookmarks Menu button */
#bookmarks-menu-button .toolbarbutton-text { display:none !important }

/* display the Bookmarks Menu button */
#bookmarks-menu-button-container { display: -moz-box !important }

See:

more options

Dear cor-el: Impressive but complicated. I've never before created a userChrome.css file. For the moment, I'll pass. BUT ... later, if I want ONLY to delete the text "Bookmarks" after the icon (and leave the icon on my new Bookmarks toolbar), how much of your code above should I use?

Thanks.

more options

You can use the ChromEdit Plus or Stylish extension to make it easier.