이 쓰레드는 보존되었습니다.
만약 도움이 필요하시면 새로운 질문을 올려주세요.
보존
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..
모든 댓글 (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; } }