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

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.
Attached screenshots

All Replies (1)

more options

Try adding this line to your userChrome.css file.

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