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 >

Indeedee's AvatarIndeedee
Indeedee's Avatar

QUOTE originally posted by Corviknight

CODE

.party>div>.pkmn>.pokemon[style*="ORIGINAL IMAGE URL"], div.big.pokemon[style*="ORIGINAL IMAGE URL"] { background: url('new url here')!important; background-repeat:no-repeat!important; background-position: center 75%!important; }
The style*= bit functions the same way that it does for the shelter code where you pull out the identifier in the image.
I've tried using this code to replace all images of a pokemon with a new one (want to use an older sprite), and it works when viewing their page or in my party, but it doesn't work when they're in the field. Is there any way to fix that?

My code

} .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/o/7/d.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/o/7/d.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865083920502934/shaymin-land.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/l/z/e.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/l/z/e.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084146982932/shaymin-land_s.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/h/s/e.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/h/s/e.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084411220138/shaymin-land_a.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/o/1/o.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/o/1/o.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084612550838/shaymin-land_m.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; }
Indeedee - He/Him
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page