This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How do you remove the black emphasis bar on a tab using userChrome.css?

more options

I'm having trouble with this, and no one understands what I'm talking about. I've finally gotten userChrome.css to work (in that it puts the tabs below the search/URL bar), however, the thin black bar above the tab is really bothersome and frankly, awful-looking. It only occurs on tabs that I'm currently on, which I assume is a selection issue? What small piece of coding do I use to fix this problem?

note: the current userChrome.css is unchanged from the one here: https://www.userchrome.org/what-is-userchrome-css.html in this example, it'd be the blue bar above the Google tab.

I'm having trouble with this, and no one understands what I'm talking about. I've finally gotten userChrome.css to work (in that it puts the tabs below the search/URL bar), however, the thin black bar above the tab is really bothersome and frankly, awful-looking. It only occurs on tabs that I'm currently on, which I assume is a selection issue? What small piece of coding do I use to fix this problem? note: the current userChrome.css is unchanged from the one here: https://www.userchrome.org/what-is-userchrome-css.html in this example, it'd be the blue bar above the Google tab.
Aangehegde skermkiekies

All Replies (1)

more options

Try adding this line to your userChrome.css file.

.tab-line { display: none !important; }