(Premium Solved!) - Global CSS not working

Posted 6 years, 4 months ago (Edited 6 years, 4 months ago) by _featherweather

So!

recently noticed an issue -- I have premium and I recently noticed that CSS codes... aren't working?

I have the following in Global Character CSS section

.character-stats {display:none;}
/* above hides character stats box */

.col-12.profile-section.profile-gallery-section {display:none;}
/* removes the recent images part of the character main page */

obviously if you check any of my characters (let's use  kasen) as an example, both my recent images and character stats box are still showing. I definitely know that they used to work there prior to the website overhaul, but now it's not working. even putting it into the character's individual CSS didn't make it happen. Did i mess up the code or has it become obsolete with the site overhaul or....?

KnightOfSpring

Try out ".profile-name-section, .profile-info-section, .profile-content-title, .profile-gallery-section" that worked for me.

_featherweather

KnightOfSpring thank you! Fixed it up right quick 

KnightOfSpring

You're welcome!