You can simply removed the Powered By WordPress credit link by placing the following in your customer CSS portion of your theme.
.site-info a {
}
We are using the TwentySeventeen theme that is stock with wordpress and the above CSS code removed the link for us.
We will update this post additional methods that might work for you.