Shape 5

Joomla Templates => BlogBox - Club => : bollinger April 25, 2016, 10:56:46 AM



: s5_logo.png Logo/Wordmark link...
: bollinger April 25, 2016, 10:56:46 AM
Hi,

We would like to have the link/logo/s5_logo.png direct to another website when the user clicks the logo in the top left hand corner of the site. How can we do this? Currently it just loads the home page...

See attached for clarification.

Thanks!

Matthew


: Re: s5_logo.png Logo/Wordmark link...
: mikek April 25, 2016, 11:42:12 AM
Hello,

You would need to modify the template's index.php file and look for:

onclick="window.document.location.href='<?php echo $LiveSiteUrl; ?>'" />

Then change it to:

onclick="window.document.location.href='http://www.yoursite.com'" />