Remove "Recent Images" on Profile?

Posted 6 years, 10 months ago by _featherweather

So yeah the new site layout? Pretty nifty (still hoping for new or customizable themes!)

But as I'm working on doing new thumbnails, i was wondering if there's a way to like... hide the recent character images on the bottom of the profile. Preferably without putting the profiles on legacy mode rip 

FlowersOfRegretOFCL

I tried that unfortunately, and this is a free code^^

_featherweather

JuniperSong okay neat free code!

Are you posting this on a character page? Because the code should only work on that page AFAIK (not a global CSS)

Edit: pls make sure you're using the version listed on  [Ref] CSS Cheat Sheet and not the one listed in thread cause that's like .. ages ago lol

FlowersOfRegretOFCL

I am unsure on how to edit CSS individually, ive only seen the global area

FlowersOfRegretOFCL

So I figured it out but how I can't see images at all? I only wanted it removed from the character's front page if that makes sense

_featherweather

JuniperSong each character has their own CSS section which you can find after going to their profile and then click "edit profile".

you can view images of that character via Their gallery page even if you use code to remove recent images

....are you trying to remove the recent characters from your front profile or each characters main page?

FlowersOfRegretOFCL

I only want the images shown when you press "gallery" and I want the "no images" gone


example of images I want gone from front: https://toyhou.se/20794011.lawine


example of text I want gone: https://toyhou.se/17499472.devyn

_featherweather

JuniperSong, from the coding resource I posted earlier


 .profile-gallery-title {display:none;} removes the word "recent images .profile-section.profile-gallery-section {display:none;} 

will remove the actual images from showing on the profle (i.e. seen on this character https://toyhou.se/5538215.shaerahaek-design)

FlowersOfRegretOFCL

Thank you so much!!