Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기
보존

how do i remove the lower icons on the start up page

newtonT

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; } } 

http://kb.mozillazine.org/UserContent.css