Howdy
To take off the “Theme by Tyler Moore” at the right of the footer, go to Appearance> Editor> Themes Function (functions.php).
Click on page and hit Cntl-F and type in “Theme By”.
printf( __( ‘ Theme by Tyler Moore %s’, ‘tesseract’ ), ‘‘ );
Erase the Themes by Tyler Moore (remember the spaces), then in the same area put what you want.
Next to that there is ‘‘ );the space between the two arrows should be non existent, as this will unhinge the link.
All done. I hope this helps.