You have to dig in the ftp files under /themes/customizr/inc/parts and open a php file called “class-footer-footer_main.php”
Find this:
/**
* Footer Credits call back functions
* Can be filtered using the $site_credits, $tc_credits parameters
*
*
* @package Customizr
* @since Customizr 3.0.6
*/
And then edit this line:
apply_filters( ‘tc_credit_link’, sprintf( ‘· Created by %1$s ·’, ‘place what you want here’ ) )
you can change “Created by” to “Designed by or what not.