How to change only background image for new tab?
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
Modified
All Replies (1)
Idk how messed up that link Here's the link again https://support.mozilla.org/en-US/questions/1271362