Removing Name/Title Text in Header

Jan 02, 2008 13:08

I have the layout for never_a_game looking just about perfect except for one annoying thing: how do I remove the name of the community/subtitle from the header? It's already designed into the header graphic, so it doesn't need to be duplicated. I'm using the starter stylesheet on the unstyled Expressive theme.

SOLVED:

#header-name {
display:none;
}

#header-description {
display: none;
}

header:nav links

Previous post Next post
Up