chazz: (Default)
Chazz Princeton ([personal profile] chazz) wrote in [community profile] style_system2012-08-12 07:22 pm

Need help adding a header

Hey guys! Just got back into using Dreamwidth a few days ago and I need help adding a header on my current layout. The problem is my header looks like this in order to hide the title and subtitle at the top:

#header {
display: none;
}


And no matter what I do, I can't get my header to appear. Any tips? Thanks!
seleneheart: (Default)

[personal profile] seleneheart 2012-08-12 11:41 pm (UTC)(link)
Use this to hide the title and subtitle instead:

#header h1 {display: none;}

#header h2 {display: none;}