24-04-2025 12:48 PM
Hey Firefox, please remove your giant logo from the home screen, it is dumb, and we do not need it. Why would you even put it there, to advertise Firefox to us, we already have it, duh. Nobody likes it, and we all want it removed. Please remove it, or give us a check box in the settings to see it, or not, on your next update. I like Firefox, but if you do not remove it, I will most likely stop using it, and start using Chrome.
24-04-2025 01:07 PM
Hello
If you wish to test https://connect.mozilla.org/t5/discussions/giant-logo/m-p/89729 userContent.css file
Or
https://support.mozilla.org/en-US/questions/1316284
browser.newtabpage.activity-stream.logowordmark.AlwaysVisible
27-04-2025 03:19 AM
Hi
Just tried your second suggestion and double checked it to be False for that flag, but the dumb logo remains as an outstanding stain on my jome page. So, is Firefox ignoring on of their own settings?
27-04-2025 10:23 AM - edited 27-04-2025 11:05 AM
Hello
Is it about logo under Private browsing
Try userContent.css
@-moz-document url(about:newtab), url(about:home), url(about:privatebrowsing) {
.logo-and-wordmark{display:none!important;}
}
Similar https://www.userchrome.org/how-create-userchrome-css.html support, and
Alternately, If you have some CSS code ready to paste into a userChrome.css file, you can do that using the following page and download your userChrome.css file from there: Generate Downloadable userChrome.css File.
Generate CSS file userContent.css