How to redirect logo

lazaresko

Newbie
Joined
May 13, 2010
Messages
6
Reaction score
0
Hi,

I know it is a newbie question but I know nothing about php.I want if someone click on the my logo to be redirected to different site ,not my home page.Is it possible?

I thiink this line should be changed but I don't know how.
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url') ?>" type="text/css" media="screen" />

Please ,help me if you can!

Thanks in advance
 
That's not the line you need to change.

You have to find this line:

Code:
 <a href="YOURURLHERE"><img src="LOGOURL" alt="" /></a>
And just change the part that says your link here.

PM me if you need help, it's always easier to be on your site to see what needs to be changed.
 
Back
Top