How to make custom egg highlighter
Forum Index > Core > Help >
The popular egg highlighter for my type race doesn't highlight larvesta even if i try adding it's code into the highlighting code
f/1/i/9 this is the Szzilipede code right? It gets highlighted
But when i try adding larvesta egg to the code it doesn't highlight f/4/h
^^^^^^^^^^^^Pride^^^^^^^^^^^^
Icon made by me
I make Art Commissions! please check my site for more information
Score: 0
If you’re talking about the QoL script I usually just type/copy & paste the pokemon’s name. Have you tried that?

Formerly known as Yay
Avatar made by Cryst; my sig is my own work.
Both the Pokemon and the girl have the same name: Lottie Lock. I named her after Lottie in Erin Entrada Kelly's novel You Go First. The quote at the top is also from the novel.
QUOTE originally posted by Yahan
If you’re talking about the QoL script I usually just type/copy & paste the pokemon’s name. Have you tried that?
Yup, that’s what I gathered from your post /gen. That’s why I asked about just using the Pokémon names directly ^^
Can you paste the full CSS you're using here? Your skin link too if you're willing (ex: my test skin is b7q/test)
Did you clear your cache after adding the code? You need to do that every time you update the skin for it to take effect properly.
QUOTE originally posted by Mirzam
Can you paste the full CSS you're using here? Your skin link too if you're willing (ex: my test skin is b7q/test)
Did you clear your cache after adding the code? You need to do that every time you update the skin for it to take effect properly.
That code worked fine in my test skin. You should try clearing the cache, the skin CSS is aggressively cached to improve load times, but that means you need to clear the cache after each CSS update.
Also: That code exactly as written will highlight the eggs anywhere on the site, including places like the dex... if you don't want it to do that, you can use this instead:
#shelter {
img[src*="pkmn/f/1/i/9.png"],
img[src*="pkmn/f/4/h.png"],
{
border-radius: 50px;
opacity: 1;
box-shadow: 0px 0px 0px 5px blue;
}
}
QUOTE originally posted by Mirzam
That code worked fine in my test skin. You should try clearing the cache, the skin CSS is aggressively cached to improve load times, but that means you need to clear the cache after each CSS update.
Also: That code exactly as written will highlight the eggs anywhere on the site, including places like the dex... if you don't want it to do that, you can use this instead:
#shelter {
img[src*="pkmn/f/1/i/9.png"],
img[src*="pkmn/f/4/h.png"],
{
border-radius: 50px;
opacity: 1;
box-shadow: 0px 0px 0px 5px blue;
}
}
Cannot post: Please log in to post