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 >

Mirzam's AvatarMirzam
Mirzam's Avatar
It's hard to remove that since the label (the bit that lets you click on the whole line to check the checkbox) has no specific selector... at least nothing I can figure out. You can try this, but tbh I would suggest you don't put it in a skin but rather in a CSS add on like Stylus so you can limit it to the egg supplier page so it doesn't hide other random check boxes by mistake. .dialog p>label { display: none; } Or maybe you can select based on the egg image like you do in the shelter filter code, which should reduce the chance of random side effects too, if you want. For example this one only affects Blipbug: .dialog img[src*="/img/pkmn/s/7/c/o.png"]~p>label { display: none; }
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page