Shape 5

Joomla Templates => Zoka Transports - Club => : arnestocma March 31, 2015, 08:04:55 AM



: Zoka template bottom logo
: arnestocma March 31, 2015, 08:04:55 AM
Hello,

I have problem with second logo in the bottom. How it is possible to disable it on Zoka template? I tried to add code to template.css and etc. nothing is working. Waiting for help.
Thank you


: Re: Zoka template bottom logo
: jonahh March 31, 2015, 12:46:41 PM
Hello

Just open up the index.php file and look for:

<!-- Footer Area -->

You'll see under there where the logo is output.  You can just remove this code:

:
			<?php if($s5_pos_logo == "published") { ?>
<div class="s5_logo_module" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'">
<?php s5_module_call('logo','notitle'); ?>
</div>
<?php } else { ?>
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo<?php if ($s5_theme == "dark") { ?>_white<?php ?>.png" class="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />
<?php ?>
<div style="clear:both; height:0px"></div>