i want to remove bottom blocks from homepage
see screenshot
i want to remove bottom blocks from homepage see screenshot
|
Hello vimgau!
It's possible to do via copying the file _sub_footer.html from templates/base to folder of your current template like templates/tmpl_uni. In the new file you need to remove blocks like: <div class="sys_breadcrumb sys_main_page_width bx-def-margin-top"></div> <div class="sys_copyright sys_main_page_width bx-def-margin-top"></div>
<bx_injection:injection_breadcrumb_before /> <bx_injection:injection_breadcrumb_after /> <bx_injection:injection_footer_before /> <bx_injection:injection_footer_after />
With the best regards, Leonid |
I had removed this code, nothing changed the foot! I did this from the same old topic but there was no change. |
Hi!
After changes you need login as admin, go to Tools->cache area and then clear all caches. The new changes will appear only after this action. |