We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 1 Antwort
  • 4 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von 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

Alle Antworten (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.