The footer copyright text is seen at the very bottom of every page. By default, this text includes a copyright message for the current year, Blogger Theme and link to AnchoredDesign.
This is all now can be edited directly on Customizer.
Appearance > Customize > Theme Settings > Footer

- Footer Widgets Columns, Default: 4 Appearance > Widgets > Footer 1 to 4
- Footer Copyright text
- Before Footer Copyright Tagline

Update copyright as needed
[footer_copyright before=" "] · Blogger Theme · <a href="https://www.anchoreddesign.com" target="_blank">Website Design by Anchored Design</a>
Footer Copyright is not getting updated?
Please update your theme to latest version >= 1.1.5
or update code
Blogger-theme/functions.php
Line 659 – Replace following
$footer_text = $creds . get_theme_mod('genesis_footer_text', $childthemesettings['footer_text']);
To
$options = get_option('genesis-settings');
$footer_text = $options['footer_text'];
NOTE: If you have Genesis Simple Edits Plugin installed, Settings to edit footer goes to Admin > Genesis > Simple Edits