How to Remove the Powered by Text in WordPress Footer Links

Remove the Powered by Text in WordPress Footer
Hello, Guyz hope you are doing well!
Many of the peoples are asking me how can they remove the powered by text in WordPress footer links. So, today I am going to discuss the possibility and recommended a way to remove or customize the powered text in the footer section.
Most of the themes of WordPress is having the footer section to display powered by text. You can check similar text like “Proudly powered by WordPress | Theme: Worlduz by Appfinz”. so If you are making a corporate site or developing a website for your clients, generally you want to remove it or customize it.
Remove the Powered by Text in WordPress Footer
Most of the Free WordPress themes don’t have options to remove the powered by text in the footer. In that case, this blog post is very helpful for you to remove it. well, I do not guarantee you but you can surely do this.In case you are unable to do so then let me know in the comment box
If you are wondering about how to remove or edit powered by or copyright texts, so i am showing you a simple way to remove this step by step.
Let’s proceed,
Enable/Disable Through Customizer
Well, I have seen that most of the WordPress themes have options to show/hide for powered text in the footer. But usually, these features is available only on the premium version. so If you are using the premium version, usually you can check these options inside Appearance > Customize and you can see some section of Footer Section or similar.
If there are not any options to hide or add your own powered by text, you can check the below-mentioned steps.
Easy Solution – Hide that section via custom CSS
One of the easiest methods to hide powered by text is custom CSS. Follow the below-mentioned steps to add custom CSS to your website.
- Login to your WordPress dashboard as an Admin
- Scroll over ‘Appearance’ and then click on the ‘Customize’ menu
- Go to the Additional CSS section of the customizer.
- Add the given below CSS codes there
.site-info{ display:none; }
Hope, this css code will help to hide the powered by text from the footer.
Removing/Editing via footer.php file
so if that CSS method doesn’t work for you then you can take this step as well. One of the best methods to customize powered by text is via footer.php file. Almost every WordPress theme has a footer.php file on the theme root folder. You can either customize the foooter.php file and upload that file on the server or you can directly edit via Appearance > Editor.
Follow the below-mentioned steps to edit footer.php file via admin panel.
- Login to your WordPress dashboard as an Admin
- Scroll over ‘Appearance’ and then click on the ‘Editor’ menu
- Select the menu which you want to edit from Select theme to edit: from a top right corner.
- Click on Theme Footer ( footer.php ) file.
- Edit the code as shown in the below image.

If you are customizing the twentyseventeen theme, site info is in another template file. Check template-parts/footer/site-info.php of theme file. You will see the similar code in below screenshot.

Instead of customizing the parent theme directly, we recommend you customize the theme with Child Theme.
Hopefully, this blog article provided you the guidance and some best information about how to remove the powered text footer credit, specifically, “Powered by WordPress” footer link form your site.
If you want us to make any blog on any particular topic then please let me know the same in the comment box.Remove the Powered by Text in WordPress Footer
Tips and Tricks of Laravel How to Import and Export CSV File in Laravel 7 How To Install CKEditor In Laravel How to Set Limit Login Attempts in Laravel 7 User Roles and Permissions in Laravel