Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Single post in Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides > Site Skins: How-To, and Helpful CSS >

Rory's AvatarRory
Rory's Avatar
I have this one that changes the notifs icon to an image when there are no notifs and to another when there are:

#notifs > a > img { opacity: 0; } /*No notifications*/ #notifs > a[data-count='0'] { background-image: url('IMAGE1'); } /*Notifications available*/ #notifs > a { background-image: url('IMAGE2'); background-position: center center; background-size: cover; background-repeat: no-repeat; }
I want to add something for the noise too to this, it's possible?
img official by Honkai Impact 3rd
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page