I can't imagine being one of those with 50+ pets and having to search through them all just to find the one I want to feed. Do people have to do that or is there a way to shorten the list of pet options?
[egg=Haswari] 👻 [tp=Haswari] Holiday, Lifelikes and others for trade <3 Wishlist
Yes there is! I'm about to hit the hay but I'll come back with this information later today.
This Useful Custom CSS Builder has the information you want.
Go to the OP's website, there's a link. Then look for Pet Roles: Gourmand and follow the directions.
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Okay, so pointed out one way (marking the special pet with an icon), but there is another way that removes the pet(s) you don't want from the equation. This coding is also from .
To have only one Gourmand pet listed - replace all three instances of the ##### with the same pet's ID.
/** Pet Roles: Gourmand **/ a[href$="petid=#####"] {font-weight: bold;}
/** Pet Roles: NON Gourmand **/ .card-body a:not([href$="petid=#####"]) + br, .card-body a:not([href$="petid=#####"]) { display: none; }
To have only one Reader pet listed - same routine as above
/** Pet Roles: Reader **/ a[href$="petid=#####"] {font-weight: bold;}
/** Pet Roles: NON Reader **/ .card-body a:not([href$="petid=#####"]) + br, .card-body a:not([href$="petid=#####"]) { display: none; }
This really streamlines item lists. I used to have it in previous Custom CSS, but it accidentally got deleted and not saved, so I had to hunt through the forums to find where I originally asked about it. :)
I never knew that code existed and I love it. I know I wasn't the person who originally asked but it's super useful, thank you!
You guys are all helpful as fuck, thank you! ^^
[egg=Haswari] 👻 [tp=Haswari] Holiday, Lifelikes and others for trade <3 Wishlist
I just stumbled across this thread, but this is going to make things sooooo much easier, thank you!
