Hello @internationaltour,
To edit the footer text, go to line 423 in the functions.php file of your theme and replace the text “Designer Artist WordPress Theme” with your own desired text, like this:
if ( ! function_exists( ‘designer_artist_credit’ ) ) {
function designer_artist_credit(){
echo “<a href=”.esc_url(DESIGNER_ARTIST_CREDIT).” target=’_blank’>”.esc_html__(‘2024 All right is reserved’,’designer-artist’).”</a>”;
}
}
You can also edit the footer text through the Customizer settings. Follow the steps below to modify the text:
Go to Dashboard >> Appearance >> Customise >> Homepage Settings >> Footer Settings >> Copyright Text >> add your text and Refresh front page
Refer to the screenshot below for help :
https://ibb.co/1zLZt3C
Thank You.