Is there a way to hide your headers? Like, I always wanted to hide the one on my comment box so I could align it better, and the one on my human avatar box just looks.. really random. xD
I'm sure there's a code of some sort.. as I have seen it done before.
Thank you! =)
To hide them all, use this:
.header {display: none;}
To hide only your comment box and human avatar headers, use this:
, {display: none;}
If you want to hide more of them, take a look at your source code (ctr+u) and look for the id="header_xxx" tag. The x's are the name of the header that you'll want to remove.