method 1. find and delete som lines code of footer, see here
method 2. Hide WordPress Footer Message
Click on the “Style.css” file located nearly at the bottom of “Templates” section. Add the following code at the end of “Style.css” file and click on “Update File” button.
.site-info {
display : none;
}