alyndra: (Default)
alyndra ([personal profile] alyndra) wrote in [community profile] style_system2012-02-04 05:45 pm

(no subject)

Hi, I've finally started messing around a bit with customizing my journal style, and I was wondering how I can remove the footer. I never use the link to Top of Page and it takes up a lot of space. I looked around this community but didn't see an answer, any help would be appreciated!

ETA: Solved. Thanks, [personal profile] branchandroot!
branchandroot: oak against sky (Default)

[personal profile] branchandroot 2012-02-05 12:00 am (UTC)(link)
Add to the Custom CSS

#footer { display: none; }

Or, if you want to keep the horizontal line and just get rid of the text:

#footer .page-top { display: none; }