Quote by Ned-sukiI still have a small question though... what's the code for modifying the "5 Free Downloads" text... xD and the one for the "seen 5 days ago" under my each anime in the watchlist...
I don't think there's code to change the text colour of the "5 Free Downlads" thing. All the custom userpages I've seen so far have that part in white text. It seems that you can only change the hover color and size.
As for the "seen 5 days ago" I think this will work for that:
Quote:
#menu li span {
color:#fcd548;
padding:0 2px;
}

