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

Is there a way to remove the drop down and X button from sidebar?

  • 3 replies
  • 1 has this problem
  • 27 views
  • Last reply by amichael84

I don't really need them, and it makes it look clunky. Is there a way to remove these elements from the bookmarks sidebar?

I don't really need them, and it makes it look clunky. Is there a way to remove these elements from the bookmarks sidebar?
Attached screenshots

Chosen solution

That would be:

#sidebar-header { display:none!important; }
#sidebar-search-container { display:none!important; }
Read this answer in context 👍 1

All Replies (3)

I already removed the search feature with userChrome.css, but I don't really know the codes, I just copy and paste from the internet.

Chosen Solution

That would be:

#sidebar-header { display:none!important; }
#sidebar-search-container { display:none!important; }

cor-el said

That would be:
#sidebar-header { display:none!important; }
#sidebar-search-container { display:none!important; }

Thanks! Works like a charm. :) I kinda want to get into css customization for Firefox now, but idk if I have the patience... lol