Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

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

remove the ugly drop down arrow in the location bar?

  • 5 replies
  • 6 have this problem
  • 4 views
  • Last reply by cor-el

more options

is there any extension that can do this? i also want my tabs to be located below, not on top. im on ff4.

is there any extension that can do this? i also want my tabs to be located below, not on top. im on ff4.

All Replies (5)

more options

If you do not like the new appearance of Firefox 4 then you can change some setting to restore the Firefox 3 appearance. You can right click the orange Firefox button to open the toolbar menu or use (F10) View > Toolbars.


Which arrow in the location bar do you mean ?

Can you attach a screenshot?

Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

more options

here it is...

i know everything is possible in firefox...

Modified by linkysys

more options

You can hide the drop marker with code in the file userChrome.css in the chrome folder in the Firefox Profile Folder

If you do not have a chrome folder then also create a chrome folder.


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


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

.autocomplete-history-dropmarker { display: none !important; }
more options

thank you . it worked with stylish!

more options

You're welcome