• Resolved micadz

    (@micadz)


    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(https://blog.commonpeople.sg/wp-content/uploads/2009/04/commonpeoplelogo.jpg) top left no-repeat;
    height: 71px;
    
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this. Open header.php and look for…

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

    Change to…

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

    Thread Starter micadz

    (@micadz)

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grid Focus Theme: Link Logo to Homepage’ is closed to new replies.