Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

how do i change the boring white background that shows the google search button, thank you

  • 1 回覆
  • 4 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

i have changed the tool bar backgrouind for something a bit more colourful but want to add a background picture to where the google search button is shown, at the moment its just boring white, hope you can help

i have changed the tool bar backgrouind for something a bit more colourful but want to add a background picture to where the google search button is shown, at the moment its just boring white, hope you can help

所有回覆 (1)

more options

Add code to userContent.css

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


@-moz-document url-prefix(about:home){
body{ background: url(bg-image.jpg) rgb(180, 218, 244) center no-repeat }
#contentContainer { background-image: none !important }
#snippetContainer { display: none !important }
}

Place the background-image (bg-image.jpg) in the chrome folder with the userContent.css file.