Help > Layout & Coding Help > Post Reply     

Hide Points/Energy

Default Avatar
lunarie ∴ spare 7
January 9th, 2022 10:20:06pm
3 Posts

Like the title suggests, looking to hide the points/energy columns on my layout. It's an older one that was fixed to work with the new HTML purification but I can't find anything in the forums to get rid of them D:




 


View Comments 1


Player Avatar
mango 🍑 stay your pretty eyes on course
January 10th, 2022 12:10:29am
2,926 Posts

Do you mean the little "points" and "energy" headers? Or the whole points and energy columns - so all you would see of your animal is Name, Breed, and Gender?

If it's the headers, it can depend on how the rest of them were hidden. Mostly likely, they were targeted individually, which is inefficient (specifically because of these exact cases, where the headers change on HP and then start popping up all over layouts because the new ones haven't been targeted).

Easy fix (hopefully) would be to add this code somewhere in your CSS:
.box table th {display: none;}

If that doesn't work, add !important to the end:
.box table th {display: none!important;}

If neither of those work... PM me xD




QAPPE3E.png

 

Default Avatar
lunarie ∴ spare 7
January 10th, 2022 8:06:32am
3 Posts

That worked! Thank you Mango!!




 

View Comments 1