Remove Logo via CSS
Saturday, May 27th, 2006 There’s a traditional explanation for removing the logo gif
involving creating a copy of the tpl_header.php file in your
template and commenting out the code that causes it to be displayed.
Under pressure from Sermonzone I’m now going to break silence and
tell of a much easier method. Find the following code in your stylesheet
#logo {
margin-top: 40px;
margin-left: 25px;
}
and replace […]
