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;
}