• sfboarders

    (@sfboarders)


    I did a search and couldn’t find much. All I want to do is make the logo in the default Kubrick logo a hyperlink to the home page. I was able to change the logo and that was simple but I am not sure how to make a hyperlink out of it. All I need it to do is go back to the home page with no border. Thanks everyone for your help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    Open header.php and change <div id="header"> to <div id="header" onclick="location.href='http://siteaddress/';" style="cursor: pointer;"></div> .

    Thread Starter sfboarders

    (@sfboarders)

    Thanks for your quick response. *raises thumb* 🙂

    Moderator James Huff

    (@macmanx)

    Glad to help.

    Root

    (@root)

    It can be uncool to run any nav with a script.

    lawtai

    (@lawtai)

    What’s wrong with using a script to run a nav? I’m using a whole php script to run my horizontal nav so that it’ll always hilite the link you’re on in the navbar. This wouldn’t work exactly right if I were to try to do it with just CSS.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Make Default Kubrick logo a hyperlink’ is closed to new replies.