When we install the Genesis Theme you will see that the footer copyright information are default set and there is no option inside on Genesis Theme, But we have the solution for you. Just follow the below steps and you can easily modify Footer information as per your need.
Here we have posted the 2 methods by with you can customize Genesis Framework footer.

Customize Genesis Site Footer
There are 2 methods to customize Genesis Footer. Choose which method you are comfortable with.
- Genesis Custom Footer (Plugin)
- Write a Custom Function.
1: Genesis Custom Footer (Plugin)
This is the amazing WordPress plugin for the users who have no knowledge of PHP. With this plugin, you can easily customize the Footer of Genesis Framework.
What does Genesis Custom Footer plugin?
This plugin Allows you to change the Genesis footer credits from the Genesis Theme Settings page.
How Genesis Custom Footer Works?
This plugin adds a section to the Genesis Theme Settings page where users can modify or replace the default Genesis footer credits.
Download Genesis Custom Footer
Steps to Change Genesis Footer Credit
- Download and install the Genesis Custom Footer
- After installation of the plugin, activate it.
- Click to Genesis on left-hand side above the Appearances button.
- You will see the screen as like below.
- Type whatever copyright text you want and click on save changes button which you will get after scrolling at the bottom.

2: Custom Footer Function
This is the best method to remove the default copyright and other details from the footer.
Steps to use this custom footer functions.
1: Open functions.php file of your’s genesis child theme into any code editor.
2: Paste the following code in functions.php file.
3: Edit and type anything in div class=”site-footer” /div and save file.
That’s it. Hope guys it was helpful for you.