Shape 5

Joomla Templates => Zoka Transports - Club => : segunoloye February 13, 2015, 06:25:36 PM



: How to Remove the bottom logo
: segunoloye February 13, 2015, 06:25:36 PM
Hello,

Please, how can I remove the bottom logo?

I saw a post on how to do that but is not detailed what to do on the index.html.

Can you please make it detailed?

I'll appreciate your response.

Regards,
Segun.


: Re: How to Remove the bottom logo
: mikenicoll February 14, 2015, 07:41:13 PM
Hello,

You need to remove this code block from the index.php
:
			<?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>

You will find this block in the index.php file under the    <!-- Footer Area --> area at the bottom. Be careful not to remove this coding at the top of the index file just the duplication on the bottom.

Regards,