Title says it all, how do I hotlink the header image in Kubrik?
Many thanks
Frank
Title says it all, how do I hotlink the header image in Kubrik?
Many thanks
Frank
Make header a clickable link
replace <div id="logo"> with
<div id="header" style="cursor: pointer;" onclick='location.href="<?php echo get_option('home'); ?>"'>
That first line is supposed to say
replace <div id="header"> with
Thanks - that works like a charm!
This topic has been closed to new replies.