I have changed the dazzling/inc/extras.php to have the following code:
if ( ! function_exists( ‘dazzling_footer_info’ ) ) :
/**
* function to show the footer info, copyright information
*/
function dazzling_footer_info() {
global $dazzling_footer_info;
printf( __( ‘Webdesign by %1$s Working for %2$s’, ‘dazzling’ ) , ‘Rebecca Wade‘, ‘Tickling Trout‘);
}
endif;
on lines 303 – 311
Yet the footer still displays the text Theme by Colorlib Powered by WordPress.