Hello.
I am trying to remove, hide or possibly change a banner in my site. (Www.devillubricants.co.uk) I cannot locate it within the back office which is strange as I can for some of the other?
Any help would be appreciated greatly.
Thanks
Probabily, it was included directly in the template file: public_html/catalog/view/theme/YOUR THEME/template/common/footer.tpl. The images are in the two <div>s with "column_left" class, that is styled in plublic_html/catalog/view/theme/calipso/stylesheet/stylesheet.css, line 369:
Code: Select all
369| #footer .column_left { float: left; width: 260px; min-height: 100px;}
To remove the images just delete
and
from public_html/catalog/view/theme/calipso/template/common/footer.tpl
Code: Select all
<img src="catalog/view/theme/calipso/image/footer-left.png">
Code: Select all
<img src="catalog/view/theme/calipso/image/footer-right.png">
When I go to the files mentioned it has a .tpl for all the files. How can I edit these as they are not text files for me?
Thanks
Thanks
Who is online
Users browsing this forum: No registered users and 5 guests