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!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Is there a setting in Firefox's about:config page that will allow the Bookmarks Drop Down Button to show while the Menu Toolbar is visible?

  • 3 wótegrona
  • 1 ma toś ten problem
  • 5 naglědow
  • Slědne wótegrono wót cor-el

more options

I understand that someone asked a very similar question in this post: https://support.mozilla.org/en-US/questions/977490?esab=a&as=aaq but I want to accomplish my goal without adding another addon or extension to my browser.

I understand that someone asked a very similar question in this post: https://support.mozilla.org/en-US/questions/977490?esab=a&as=aaq but I want to accomplish my goal without adding another addon or extension to my browser.

Wubrane rozwězanje

Those files do not exist by default, so you need to go to the Firefox profile folder and create a chrome folder. In the chrome folder you can create a new file and paste the content in this file and save the file as userChrome.css

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

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (3)

more options

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

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

#bookmarks-menu-button,
#bookmarks-menu-button-container { display:-moz-box !important; }

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

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

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

I did a blanket search for "userChrome.css" and "userContent.css" in my .mozilla folder and the files weren't found. What do I do?

Wót Larrimus změnjony

more options

Wubrane rozwězanje

Those files do not exist by default, so you need to go to the Firefox profile folder and create a chrome folder. In the chrome folder you can create a new file and paste the content in this file and save the file as userChrome.css

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

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