Forums

[resolved] How to hotlink header image in Kubrik? (4 posts)

  1. fmueller
    Member
    Posted 3 years ago #

    Title says it all, how do I hotlink the header image in Kubrik?

    Many thanks

    Frank

  2. stvwlf
    Member
    Posted 3 years ago #

    Make header a clickable link
    replace <div id="logo"> with
    <div id="header" style="cursor: pointer;" onclick='location.href="<?php echo get_option('home'); ?>"'>

  3. stvwlf
    Member
    Posted 3 years ago #

    That first line is supposed to say
    replace <div id="header"> with

  4. fmueller
    Member
    Posted 3 years ago #

    Thanks - that works like a charm!

Topic Closed

This topic has been closed to new replies.

About this Topic