The area where by default reads "another wordpress website" as well as the background color of the header?
The area where by default reads "another wordpress website" as well as the background color of the header?
admin - settings - general
t-p,
THANK YOU SO MUCH!!
I am a newbie and have just changed the theme of my site and lost the title. I would like to edit it and add a .png logo image but don’t know how to do that.
@presh22, you are welcome :-)
Hi
@aimnz
I Can Help In This
To Add Logo In Header
Open Header.php And Find The Below One
<div id="blogname">
<h1><a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a></h1>
</div>
And Replace The Above With The Below One
<div id="blogname">
<h1><img src=" correct image path " /></h1>
</div>This topic has been closed to new replies.