How to get rid of the “What’s New” Shelf on Steams Library page

If your like me and prefer to both have full control over our library view and not be forced to see an advertisement banner at the top of it, then your probably looking to get rid of this “whats new” banner at the top of your steam library.

Disclaimer: Apparently steam updates have rendered the success of this strategy inconsistent. While it still works for me, it doesn’t for everyone.

Well luckily it’s actually pretty easy to fix, best of all this fix shouldn’t be affected by any minor updates to the UI.

Before pic steam library. https://youtu.be/EuWnMBXpeOI
  1. Open the steam directory, which is the folder that contains “steam.exe”
  2. Right click on the “Resource” folder, then copy it.
  3. Open the “skins” Folder
  4. Create a new folder. You can name it anything you like, this will be the name of the Steam skin we make.
  5. Inside our new folder paste the “resource” folder we copied in step 2
  6. Open the newly pasted “resource” folder
  7. Find and open the “webkit.css” file in a text editor
  8. Paste or type the following code into the top of the file

[class*=”libraryhome_WhatsNew”] {
display: none !important;
}

9. Save and close the file
10. Open Steam
11. Click the “Steam” button in the top left of Steam
12. Click “Settings”
13. Select the “interface” window
14. Click on “< Default Skin >”
15. Select the skin we just made.
16. Restart Steam
17. Checkout your new cleaner library view free of advertisements

Checkout the video tutorial here: https://youtu.be/EuWnMBXpeOI

After pic steam library https://youtu.be/EuWnMBXpeOI

  1. I have been absent for some time, but now I remember why I used to love this website. Thank you, I抣l try and check back more frequently. How frequently you update your site?

  2. Add this to the CSS should hide it. Looks like they might have changed the naming to libraryhomenewupdates_whatsnew OR librarywhatsnew (didn’t care enough to figure out which as I don’t care to see any of it)

    [class*=”whatsnew” {
    display: none !important;}

    • Yes it’s quite annoying, ive been looking into other methods, but no luck so far. Apparently this guide does still work for some lucky people though.

    • Yes it’s quite annoying, ive been looking into other methods, but no luck so far. Apparently this guide does still work for some lucky people though.

  3. Shame they overwrite/replace that file every time you start steam, including if you lock the file against editing.

Leave a Reply

Your email address will not be published. Required fields are marked *