Adding a banner logo in the haed
-
I want to replace the generic site name. How would I add the logo banner in yet make the site name and description invisible.
Following is the logo area of the header:
<!– Logo –>
<div id=”logo”>
<h1>“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
<!– END Logo –>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Adding a banner logo in the haed’ is closed to new replies.