Removing footers

Permalink
Hi,

I'm an absolute newbie apart from doing some HTML5 on my own websites about 20 years ago.

Could someone please point me in the direction on how to permanently delete the footers as shown in the attached image.

I've read some forum messages about editing the "footer.less.php" file. Tried it and got no-where.

Greatly appreciate any help.

Regards

Rod

1 Attachment

 
rosie607 replied on at Permalink Reply
rosie607
Hiya
I think what you want to do is edit the footer.php file.
It's best to create a copy of the file rather than edit the original theme.
I think this is the best way to do it:

Grab the theme folder
/concrete/themes/elemental/


and put a copy in the folder
/application/themes/


then you want to edit this file
/application/themes/elemental/elements/footer.php


Then you can take out the content areas you don't want. So you would delete this part for example

<?php
                        $a = new GlobalArea('Footer Site Title');
                        $a->display();
                        ?>
rosie607 replied on at Permalink Reply
rosie607
I may have missed some steps but MrKDilkington gives some instructions here as well:
https://www.concrete5.org/community/forums/5-7-discussion/css-theme-...