Hi! I want to make some basic profiles for my pets (aka a colored background). I'm pretty sure I can manage that, but:
Does anyone have the code to remove pet stats from the profile? I don't battle and they don't mean much to me.
I'd also like to remove books read (for all but one pet), foods eaten (for all but one pet), and jobs (for 2 pets).
Also, do I use CSS or HTML?
Any help out there? Thanks!
Hey! :) Sometimes this forum is faster for coding questions.
Code to remove all pet stats (including books read and foods eaten):
{display:none;}
To remove just books read:
{display:none;}
To remove foods eaten:
{display: none;}
To remove jobs:
{display: none;}
These are all css. ^__^ Does this answer all your questions?
@ Shantal Oh thank you!! Yes it does c: I found another thread that had some of these, but not specifics like you provided me! Thanks!
[edit] Hi, revisiting this since I ran into a little problem. Is there some way to remove everything BUT books/food read? I guess I mean, is there any way to remove JUST the pet's battle stats?
And I was wondering if it went even more in-depth than that--could I remove Health, Speed, etc. but keep Intelligence?