Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

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

Learn More

How to change only background image for new tab?

more options

I followed the solution in [this] thread but ended up only with a white background. I have verified that image url is correct. Here is my userContent.css:

@-moz-document url-prefix(about:home), url-prefix(about:newtab) {
	.click-target-container *, .top-sites-list * {
		color: #fff !important ;
		text-shadow: 2px 2px 2px #000 !important ;
	}

	body {
		background: url(C:/Users/Kush/Documents/Wallpapers/Desktop/eyohsf22z2551.jpeg) !important ;
		background-size: cover !important ;
	}
}

Any help is appreciated

I followed the solution in [[https://support.mozilla.org/en-US/questions/1271362 this]] thread but ended up only with a white background. I have verified that image url is correct. Here is my userContent.css: <pre> @-moz-document url-prefix(about:home), url-prefix(about:newtab) { .click-target-container *, .top-sites-list * { color: #fff !important ; text-shadow: 2px 2px 2px #000 !important ; } body { background: url(C:/Users/Kush/Documents/Wallpapers/Desktop/eyohsf22z2551.jpeg) !important ; background-size: cover !important ; } } </pre> Any help is appreciated

由 cor-el 於 修改

所有回覆 (1)

more options

Idk how messed up that link Here's the link again https://support.mozilla.org/en-US/questions/1271362