Hide Navigation Toolbar in userChrome.css
I am having problems hiding the Navigation Toolbar in userChrome.css.
I am trying to achieve the same as the menu clicks View -> Toolbars -> [uncheck] Navigation Toolbar.
If I add #navigator-toolbox { display: none }
to userChrome.css then everything disappears, including the tabs and menu. If I use the following then there remains a blank bar, about half the size of the tab bar.
#searchbar, #urlbar, .toolbarbutton-1, .toolbarbutton-menubutton-button { display: none }
Ilungisiwe
Isisombulu esikhethiweyo
All Replies (1)
Isisombululo esiKhethiweyo
It's called nav-bar
#nav-bar { display: none }