Remove "Recent Images" on Profile?

Posted 6 years, 9 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 

Pinky

in your css box put:
.col-12.profile-section.profile-gallery-section {display:none;}

_featherweather

wicked thanks!

ANG-07

lowkeywicked Hi! I know this thread is almost 2 years old, but I still can't remove the 'Recent Characters & Designs' from my profile page. I am a complete newbie with ToyHou.se so either im not putting that code into the correct box or it isn't working anymore? I had put the code into 'Profile CSS and Blurbs' and tried each box in case I wasn't doing it right but it hadn't done anything.

Thank you!

EDIT! I have been told it is a premium thing? If that is the case, then my yeaah... just ignore my question! ^^

hashaki

ANG-07 Profile page, right?

Go to your settings > profile content and just scroll down! You should be able to see profile page blocks and under that is display recent characters, display featured characters, etc. you can choose to hide them from there!

ANG-07

de-mise you absolute amazing human being I was being driven insane bc I wanted a clean page-- thank you so much!!

_featherweather

slash, you can with premium - check out eggy's [Ref] CSS Cheat Sheet; under the section for removals, you'll want to use the part that removes entire recent images section and title

_featherweather

slash, you're welcome! also your bab is lovely

FlowersOfRegretOFCL

Where do you put it in the css? 


this is my code:



/* THIS CSS IS INTENDED TO BE USED WITH THE PROVIDED HTML ON CHARACTER PROFILES ONLY */

$bg_color: url('https://wallpapercave.com/wp/wp2686929.png');

/* put "light" for white bg/dark font, or "dark" for dark bg, light font */
$theme: dark;


/* primary color -- for links/buttons */
$primary: #808080;


/* control corner type - 0 for sharp - 0.25em for rounded */
$radius: 0em;


/* NAVIGATION SWITCHES ----- set to "on" for the sidebar links to appear -- set to "off" for the links to hide */
$nav_worlds: on;

$nav_links: on;

$nav_lits: on;

/* CSS IMPORT LINK */
@import '0/2593/IgkSIQ/freebie-simple';

/* if you want to write custom css, do so below the import link */
/* DO NOT combine this import with other layout imports, it will break */

_featherweather

In your case JuniperSong you can out it after the CSS like it suggests (also uh if this is a paid CSS code you might want to remove it from your post!)