Page 1 of 1

Template Help

Posted: Mon Feb 01, 2010 1:57 am
by skippy0894
Hi all,

Ive just installed the new v1.4 opencart and need some help editing a few things.

My site is www.thegamingport.co.uk

Anyway ...underneath my big logo/banner bottom right there is --special offers/contact us/sitemap--
I would like to remove these 3 options so on top its just my logo and nothing else.Is this possible?

Any help appreciated.

Best Regards

Re: Template Help

Posted: Mon Feb 01, 2010 3:01 am
by Xsecrets
edit catalog/view/theme/default/template/common/header.tpl and remove them.

Re: Template Help

Posted: Mon Feb 01, 2010 12:44 pm
by bebaspromo
Xsecrets wrote:edit catalog/view/theme/default/template/common/header.tpl and remove them.
delete/remove :

Code: Select all

    <div class="div3"><a href="<?php echo $special; ?>" style="background-image: url('catalog/view/theme/default/image/special.png');"><?php echo $text_special; ?></a><a href="<?php echo $contact; ?>" style="background-image: url('catalog/view/theme/default/image/contact.png');"><?php echo $text_contact; ?></a><a href="<?php echo $sitemap; ?>" style="background-image: url('catalog/view/theme/default/image/sitemap.png');"><?php echo $text_sitemap; ?></a></div>
in line 34 (default header.tpl file)