roxor Posted June 16, 2013 Share Posted June 16, 2013 Hello,can you please tell me how to remove footer only? I want to remove only this area (all area with black): Thank you. Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 go to your theme directory, open the footer.tpl file, you've got there: <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a> </p> {/if} </div> this code is for footer section, if you don't want footer - just remove it (or comment with {* *} ) Link to comment Share on other sites More sharing options...
Recommended Posts