Denna tråd har arkiverats.
Ställ en ny fråga om du behöver hjälp.
Arkiverad
how do i remove the lower icons on the start up page
THE ICONS on the bottom of the start up page are sync, history, download, book marks and addon I want to remove this from the start up, i need to hide them..
THE ICONS on the bottom of the start up page are sync, history, download, book marks and addon
I want to remove this from the start up, i need to hide them..
Alla svar (3)
You can't really remove that, but I think it's a good thing it's useful to quickly access options.
I believe you can create a custom style rule to suppress that row of icons, but perhaps it would be easier to make your preferred search site your home page?
Create a userContent.css file with this code.
@-moz-document url(about:home){
#launcher { display: none !important; } }