Hello,
The feature you are looking for is not provided on the free theme but you can achieve it by unhooking the whole footer on the child theme, but you cannot remove only the text on the free theme.
To unhook the whole footer you will have to first create a child theme, then on the child theme’s functions.php you will have to paste this code and then modify the footer on the child theme.
add_action('init', 'photo_perfect_remove_action',1);
function photo_perfect_remove_action(){
remove_action( 'photo_perfect_action_footer', 'photo_perfect_footer_copyright', 10 );
}
Or you can check the pro version which already has the feature you are requesting for and other awesome features.
Check the pro version here https://themepalace.com/downloads/photo-perfect-pro/
Hope it helps,
If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
https://themepalace.com/forum/photo-perfect/
Best regards,