How To Remove Powered By WordPress? [in 2023]

Written by: Mark Coleman
Published on:

Are you tired of seeing the “Powered by WordPress” text in your website’s footer? Whether it’s for branding purposes, security reasons, or simply aesthetics, there are various reasons why you might want to remove it.

In this blog post, we’ll show you how to remove the “Powered by WordPress” text from your website’s footer using CSS or a plugin, and we’ll also discuss why and when you might want to do so.

As experts in WordPress, we have the knowledge and experience to guide you through the process and help you achieve the look and functionality you desire for your website.

If you prefer to watch a video tutorial on how to Remove Powered By WordPress, check out this video tutorial:

How to Remove Powered by WordPress?

Here is how to remove the “Powered by WordPress” text from the footer of your WordPress website:

  1. Open your website and locate the “Powered by WordPress” text in the footer.
  2. Right-click on the text and select “Inspect” from the dropdown menu.
  3. Click on the icon that looks like a mouse cursor selecting an element.
  4. Select the “Powered by WordPress” text in the code.
  5. Copy the class name of the text, which should be “p class=powered-by-wordpress”.
  6. Close the inspector window.
  7. Click on “Customize” in the WordPress dashboard.
  8. Scroll down and click on “Additional CSS”.
  9. Type a dot followed by the copied class name and a second bracket, like this: “.powered-by-wordpress {display: none;}”.
  10. Click on “Publish” to save the changes.
  11. Refresh your website and the “Powered by WordPress” text should be removed from the footer.

That’s it! By following these simple steps, you can remove the “Powered by WordPress” text from your website’s footer.

Can’t Remove Powered By WordPress – How to fix it?

If you’re having trouble removing the “Powered by WordPress” text from your website’s footer, there are a few possible solutions you can try.

1. Use CSS to hide the text: As shown in the video, you can use CSS to hide the text by adding the following code to your website’s Additional CSS section:
“`css
.powered-by-wordpress {
display: none;
}
“`
Make sure to replace “powered-by-wordpress” with the actual class name of the text in your website’s footer.

2. Use a plugin: If you’re not comfortable editing your website’s code, you can use a plugin like “Remove “Powered by WordPress” Credit” to remove the text for you. Simply install and activate the plugin, and the text should disappear from your website’s footer.

3. Edit the footer.php file: If you’re comfortable editing your website’s code, you can manually remove the text by editing the footer.php file in your website’s theme. Look for the line of code that contains the “Powered by WordPress” text and delete it.

It’s important to note that some WordPress themes may require you to use a different method to remove the “Powered by WordPress” text. If none of the above solutions work for you, try searching for a solution specific to your theme.

Why and when should you Remove Powered By WordPress?

There are various reasons why you might want to remove the “Powered by WordPress” text from your website’s footer. Here are a few:

  1. Branding purposes: If you want to establish a unique brand identity for your website, removing the “Powered by WordPress” text can help. By eliminating this default text, you can create a more customized and professional look for your site.
  2. Security reasons: Hackers often target websites that use WordPress as their CMS. By removing the “Powered by WordPress” text, you can make it harder for them to identify your website as a WordPress site, which may help increase your security.
  3. Aesthetics: Some website owners simply don’t like the look of the “Powered by WordPress” text in their footer. Removing it can help create a cleaner, more streamlined look for your website.

When it comes to timing, there isn’t necessarily a “right” or “wrong” time to remove the “Powered by WordPress” text. Some website owners choose to remove it right away, while others wait until they have established a more unique brand identity for their site. Ultimately, the decision of when to remove the text is up to you and your personal preferences.

Conclusion – Remove Powered By WordPress

Removing the “Powered by WordPress” text from your website’s footer can help establish a unique brand identity, increase security, and create a cleaner look for your site.

Whether you choose to use CSS, a plugin, or manually edit your website’s code, the process is simple and straightforward.

If you encounter any issues, there are various solutions you can try, including using a different method for your specific WordPress theme.

As experts in WordPress, we understand the importance of customization and security for your website, and we are here to help guide you through the process.

With these tips, you can easily remove the “Powered by WordPress” text and achieve the look and functionality you desire for your website.

Mark Coleman - HowTOBuildWebsites
Written by Mark Coleman


Mark Coleman is the founder of HowToBuildWebsites.org, which provides comprehensive tutorials on website builders like WordPress, Wix, Squarespace, Webflow, and Shopify. He graduated from the University of North Texas with a business degree, developing an interest in web design's changing landscape and website builders' potential.

Mark enjoys experimenting with new web technologies, refining his web development skills, and actively participating in web design and development communities.

Learn more about him and read his articles here on HowToBuildWebsites.org.

Leave a Comment