| |

Darkseeker
|
.bsmalltext a:link { color: #f39c12; } .bsmalltext a:hover{ color: #f39c12; } .bsmalltext a:visited { color: #f39c12; } . Edit: Anyone know how to change the bold font and background on the "Growl" table in battle? Edited at March 10, 2025 01:22 PM by Night Shade
|
|
|
| |

Darkseeker
|
How do i change the opacity so i can see thorugh to the background image?
Thank you!
|
|
|
| |

Darkseeker
|
anyone know how to change the font color for the quests text? the titles themselves i can color but i don't have the code for the descriptions of the quests.
|
|
|
| |

Darkseeker
|
Easy tip guys: use the Inspect Elements in your browser. It'll show you the selector or classes you need to change.
|
|
|
| |

Forum Moderator Lightbringer
|
Adding on to this: For mobile iOS and iPadOS, download Web Inspector and follow the instructions it has. I use it, perfectly like desktop inspect tool minus the ability to change what you highlighted. I find it very useful for figuring out the specific lines of code that I need to change / add. Vennenum said: Easy tip guys: use the Inspect Elements in your browser. It'll show you the selector or classes you need to change. Will edit to add a good non-iOS app for inspection. Also please note that I am a primarily iPhone / laptop user. If you need help, I'm happy to help whenever I can!
|
|  |
|
| |

Darkseeker
|
I've tried that for my issues, and I can't seem to find the right code. I'm not the greatest at reading it. Vennenum said: Easy tip guys: use the Inspect Elements in your browser. It'll show you the selector or classes you need to change.
|
|
|
| |

Darkseeker
|
How do I change the green font (barely visible here) below my wolves' names?
|
|
|
| |

Forum Moderator Lightbringer
|
.mainlinegr Judgement said: How do I change the green font (barely visible here) below my wolves' names? August 2025 | Replace this | Use this | Why? | | .daybody / .nightbody | .daybody.force-desktop / .nightbody.force-desktop | Makes it mobile-friendly | | .mainscreen # | .col-md-7 | new header image code | | table div:nth-child(1) | .cinco | table is a broken code, cinco does the same but without the breakage | If you have any questions about palettes, feel free to PM me. I'm usually pretty open about codes unless it's a special trick like the Sticky Navbar or Animated features. Edited at August 4, 2025 09:28 PM by Kháos
|
|  |
|
| |

Darkseeker
|
Alright y'all never see me here but..  How do I change it? The menu? like solidly?
|
|
|
| |

Darkseeker
|
@SpiritGuardian .navbar i usually set that to my .primary hex as well. for transparency it's: .navbar {background:rgb(#, #, #, 0.(0-9);} ie. .navbar {background: rgb(1, 1, 1, 0.7);} For black semi transparent not sure if that's what you're looking for ;-;
|
|
|