Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
Add link to header
I'm editing a theme, and the logo is inserted into the header. I need to make that whole thing link to the home page.
Please direct me how. Thanks!
Linda
http://74.220.219.73/~sarahaub/
This question has been answered.
ohlivia13 | 01/30/13 at 2:38pm
Edit
Tutorial: How to assign prize money
(3) Responses
See a threaded view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
01/30/13
2:56pmKiet Luong says:You need edit css of main menu, then add anchor tag then make some other change on css for anchor tag, I can help you do this,
skype: kioluong
Regards ! -

Last edited:
01/30/13
3:04pmManoj Raj says:May be the following solution will suit you
Add the following code
<a class="sara-logo" href="<?php echo home_url('/'); ?>"><span>Sara Hauber - Coaching you to radiant health & witness</span></a>
immediately below <div id="wrapper"> in your header.php or the corresponding header file...
Add the following style applied to the anchor tag
a.sara-logo {position: absolute; display: block; top: 0; left: 0; width: 550px; height: 190px;} a.sara-logo span { visibility: hidden; }
Change the width and height accordingly as per your intention...To make the above position to work add the
to the id #wrapper in your style.cssposition: relative
I hope it will work fine...Previous versions of this answer: 01/30/13 at 3:03pm | 01/30/13 at 3:04pm
-

Last edited:
01/30/13
3:12pm
This question has expired.
Gabriel Reguly, Christianto, Francisco Javier Carazo Gil, Arnav Joy, ohlivia13, Dbranes voted on this question.
Current status of this question: Completed
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
