| |

Darkseeker
|
Edited at September 26, 2025 02:12 PM by DarkAngels
|
|
|
| |

Darkseeker
|
little confused on this one. the code to change the pack happiness bar color / character attributes is breaking the rest of the palette and forcing the profile color and parts of the wolf page to also be white; making the font difficult to read. i don't want to change the font color because than the rest of the site will be hard to read >.> does anyone have a better code for it, or know what i'm doing wrong here? .. . screenshots: the code i'm using: /* Pack Happiness Bar Color */ .mainlineblack .mainlineblack div { border-radius: 0px !important; background: rgba(232,223,221,0.7) !important; } ..... /* Wolf CP Bar Color */ #rightcolumn .mainlinegr div { background: rgba(232,223,221,0.75) !important; border-radius: 0px !important; border: 1px solid black !important; }
|
|
|
| |

Darkseeker
|
Distant- You'll have to insert your own code into these, but you can basically replace both of your ones with: ------------------------------------------- /*Wolf CP Bar, background color, remember to add !important after everything*/ div.progress {background-color:#000!important;} /*Wolf CP Bar, color, wolf health color, familiar background color, remember to add !important after everything*/ .progress-bar.text-start {background-color:#000!important;} /*Pack Happiness Bar, background color, remember to add !important after everything*/ div.col-12.mainlineblack.text-center .mainlineblack.text-vs td div {background-color:#000!important;} /*Pack Happiness Bar, color filling, familiar health color, remember to add !important after everything*/ div.col-12.mainlineblack.text-center .mainlineblack .mainlineblack tbody tr td div div {background-color:#000!important;background-image:none!important;} ------------------------------------------- Edited at November 10, 2025 05:33 AM by Luma
|
|
|
| |

Darkseeker
|
thank you so much 🙌 i'm gonna try this and see if it fixes things.
|
|
|
| |

Darkseeker
|
Does anyone have a full layout for the CSS that works? I have tried to keep updating mine but everytime I touch something I mess it up and I don't know how to fix it. If you do please pm me, I was hoping to talk to someone expeirienced as my coding classes haven't been helping me very much.
|
|  |
|
| |

Neutral
|
Hi! Is there a code for this? Having the same issue Night Shade said: Is there a code for the packs online and friends online pages? They seem to be broken for most custom palettes. ° Also what is the code for the background for the mobile version and is it in the default code?
|
|  |
|
| |

Forum Moderator Lightbringer
|
At the moment, there is not. I don't think Eve ever turned custom palettes back on for the Packs Online page. I don't even remember if it were ever on in the first place, oops. Edited at November 10, 2025 02:09 AM by Reficul
|
|
|
| |

Lightbringer
|
Is there a code to change the color of the links here? Edit: What's the code for changing the background color of toast notifications? Edited at November 10, 2025 08:45 AM by Smilecat
|
|  |
|
| |

Forum Moderator Lightbringer
|
Question, do you mean the Realm/Help tabs for links in that first image or the Packs Online # link? For the first image "Explore/Battle" links, you need to change the .veryblack hex code or add it if it's not in your palette already. For the second image, that's the .veryblack a:link and .veryblack a:visited hex code. For the code to change the Toast notifications background, that'll be the following: .poll-body { background-color: #HEX !important; } along with .tertiary for a bit of it. Edited at November 10, 2025 10:50 AM by Reficul
|
|
|
| |

Lightbringer
|
Reficul said: Will edit an answer in about three hours, or sooner if I can access my laptop before then. Question, do you mean the Realm/Help tabs for links in that first image or the Packs Online # link? For now, you could use the "Find On Page" feature to track down the #000 HEX set for links. It might be mainlineblack a:link, but I'm not 100% sure without checking my own palettes. I also have the codes for the Toast feature, so I'll be adding that when I can [today].
The "Explore" and "Battle" links
|
|  |
|