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.

- Open the steam directory, which is the folder that contains “steam.exe”
- Right click on the “Resource” folder, then copy it.
- Open the “skins” Folder
- Create a new folder. You can name it anything you like, this will be the name of the Steam skin we make.
- Inside our new folder paste the “resource” folder we copied in step 2
- Open the newly pasted “resource” folder
- Find and open the “webkit.css” file in a text editor
- 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

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?
I update it irregularly as I find or create things I’d like to share.
Worked for ~10 seconds after launch, then ads section appeared again
This works for me:
[class*=”UpdatesContainer”] { display: none !important; }
This worked for me:
[class*=”UpdatesContainer”] { display: none !important; }
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;}
Doesn’t work anymore… Why has steam not implemented a way to remove it…
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.
Doesn’t work for November 2021
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.
Shame they overwrite/replace that file every time you start steam, including if you lock the file against editing.
When i tested it, restarting steam or the pc was fine. Are you sure steam didn’t update?