Re: Editing Footer
That’s because “default” is a child theme. It inherits it’s footer from it’s parent theme. To create a custom footer for you child theme… just copy the footer.php file from the parent into the child. The child footer will override the parent.