How To edit the header and footer templates
To edit the header and footer template for your site, follow these steps.
- Find out the name of the theme you are using, for example: simple_white
- Browse to the simple_white folder in /themes/main/simple_white/custom_templates
- Look for any of the following templates:
- tpl_header.php
- tpl_footer.php
- tpl_checkout_header.php
- tpl_checkout_footer.php
- If any of those files are used for that theme and are there, you can begin editing them.
- If not, you will need to browse to the following folder to copy them first:
/system/application/views/main - Make sure to copy all 4 files, as the checkout area uses different header/footer files than the regular site.
- Copy them back to your custom_templates folder for your theme.
- Start editing them.
- Once you are done, upload them back to your site.
