Hi,
If you want to change the footer credits text, please read http://support.webmandesign.eu/forums/topic/footers/
If you want to disable the footer credits text, apply this custom CSS (http://support.webmandesign.eu/forums/topic/css/):
/* Removing footer altogether */
.site-footer { display: none; }
/* Removing credits while still using footer widgets */
.footer-area-site-info { display: none; }
.site-footer { padding-bottom: 0; }
Regards,
Oliver