Wow. Worked perfectly! Thank you so much!
I found it here. This is under functions.php below. How much should I edit?
/**
* Footer credits
*/
function oblique_footer_credits() {
echo ‘‘;
printf( __( ‘Proudly powered by %s’, ‘oblique’ ), ‘WordPress’ );
echo ‘‘;
echo ‘<span class=”sep”> | </span>’;
printf( __( ‘Theme: %2$s by %1$s.’, ‘oblique’ ), ‘Themeisle’, ‘Oblique‘ );
}
add_action( ‘oblique_footer’, ‘oblique_footer_credits’ );
/**
Thanks for the reply.
When I edit anything, my entire wordpress and website just crash.
I found the actual text, but I cannot remove it without it crashing everything.