Make Santa Hat clickable?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Wed Dec 14, 2011 4:36 pm
Hi all, I like the santa hat touch on the theme. Is there anything I can add to this in order to make this santa hat clickable. I just want the user to go somewhere when they click the hat? i will be replacing the hat with a message "hat" incase anyone is wondering why someone would click the hat!!!! ;)

Just wondering what I would add to the css in order to make this clickable?
User avatar
Gold Boarder

GK User
Sat Dec 17, 2011 2:27 pm
I think the easiest solution is to:

- Open: \templates\gk_music\layouts\blocks\logo.php

- Find:

Code: Select all
<h1 id="gkLogo">
          <a href="./" class="cssLogo"></a>
          <span><?php echo $this->getParam('logo_text', ''); ?></span>
     </h1>

- Add before:
Code: Select all
     <a id="test" href="http://google.com"><span></span></a>


- Open: /templates/gk_music/css/template.css

- Add this code:
Code: Select all
#test {
    display: block;
    height: 80px;
    margin-left: -29px;
    position: absolute;
    top: 15px;
    width: 93px;
}
User avatar
Platinum Boarder


cron