in the header.php you will see, at the bottom,
<div id="page-wrap" class="clearfix">
<div id="main-content">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" id="logo" alt="" />
name your logo “logo.png” and place it in the images folder (it will replace the one already in there). if your logo is a different name or a .jpg simply rename the “logo.png” in the code to something like “mylogo.jpg” or whatever it is
Thread Starter
gproca
(@gproca)
Thank you for your reply.
I wanted my header in the same format as the Business Card and don’t have a logo for that, there isn’t a way to type the name I want?
delete the entire img src line and just type something like <h1>This is my header</h1> in it’s place
Thread Starter
gproca
(@gproca)
I deleted the img src line and typed <h1>CJ’s Fate</h1> and Business Card is still displayed. Maybe it takes a while to update?
Did you refresh your browser? That usually gets me. 🙂
Thread Starter
gproca
(@gproca)
I ended up changing my theme and am now in an whole new slew of problems…
Thank you all for your help!