I don’t know how many times already I’ve had to remove this, and now nothing seems to work anymore. Setting browser.newtabpage.activity-stream.newtabLayouts.variant-b to false should work, I guess, but it doesn’t.

Edit: shishka_b0b has posted a solution (as for enlarging the quick link icons, I forgot the simplest solution - zooming in the page)

  • shishka_b0b@lemmy.zip
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    12 days ago

    You can get rid of it pretty easily with a userContent.css file. This is the only CSS rule you’ll need in there:

    .logo-and-wordmark {
      display: none !important;
    }
    

    And here’s a good link that explains how to use custom CSS in firefox if you’re not familiar with it already.

    Edit: setting browser.newtabpage.activity-stream.logowordmark.alwaysVisible to false might do the trick also

    • antonim@lemmy.dbzer0.comOP
      link
      fedilink
      arrow-up
      2
      ·
      12 days ago

      The CSS solution worked, thank you! And that guide was useful, now I’ll have to toy with the CSS elsewhere too… :D

      (The config you mention in the edit doesn’t seem to work, however.)