This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 4 have this problem
  • 1 view
  • Last reply by 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

All Replies (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.