Forums

[resolved] Grid Focus Theme: Link Logo to Homepage (3 posts)

  1. micadz
    Member
    Posted 3 years ago #

    I would like to put a link on my logo that takes viewers to my homepage. How do I do that? This is the link to my blog. Thank you.

    This is the code:

    #masthead {
    padding:15px 0;
    background:url(http://blog.commonpeople.sg/wp-content/uploads/2009/04/commonpeoplelogo.jpg) top left no-repeat;
    height: 71px;
    
    }
  2. Len
    Member
    Posted 3 years ago #

    Try this. Open header.php and look for...

    <div id="masthead" class="fix">

    Change to...

    <div id="masthead" class="fix" onclick="location.href='http://blog.commonpeople.sg';" style="cursor: pointer;">

  3. micadz
    Member
    Posted 3 years ago #

    Thanks :D

Topic Closed

This topic has been closed to new replies.

About this Topic