webmakerholly
Member
Posted 7 months ago #
Hi,
I built this site a few months ago. I can't remember why, but I put the logo in the #access. My client wants to be able to click the logo to go to the "home" page. I know I've done this before on other sites but I can't remember how to do it.
Any suggestions?
The URL is http://www.arccadd.com/
Thanks!
sidgoyal1
Member
Posted 7 months ago #
Instead of putting it in the css, simply put it in the div with the img tag like so
<a href="http://www.arccadd.com/"> <img src="http://www.arccadd.com/wp-content/uploads/arccadd-logo.gif" /></a>
The other (bad) way to do it is to create a complete transparent image which is the size of the logo and put in in the div and then link it to the home page. :P
webmakerholly
Member
Posted 7 months ago #
Thanks! It took me a while to figure out where the div was, but I found it in the header-extensions.php file.
Also, I had to move it to the #blog-title because it was conflicting with my menu but it worked.
Thanks for your help!!!
wpsidebar
Member
Posted 5 months ago #
HI
How and where in header-extensions.php will you put the logo?
I CA"NT figure it out.....