How can I remove the "made in Webflow" badge from my web pages when using the Webflow Wordpress plugin?

Published on
September 22, 2023

To remove the "made in Webflow" badge from your web pages when using the Webflow WordPress plugin, follow these steps:

  1. Log in to your Webflow account and go to your project.
  2. Click on the project settings gear icon in the left sidebar.
  3. In the Project Settings panel, click on the "Hosting" tab.
  4. Scroll down to the "Advanced Hosting" section and click on the "Custom code" tab.
  5. In the "Head code" section, add the following CSS snippet:
.w-webflow-badge {  display: none !important;}
  1. Save your changes and publish your project.
  2. Now, when you refresh your WordPress website, the "made in Webflow" badge should no longer appear on your pages.

By following these steps, you will be able to hide the "made in Webflow" badge and have full control over the branding on your WordPress website.

Additional Resources

For more information on removing branding in Webflow, you can refer to the Webflow University article on removing Webflow branding.

  1. How do I remove the "made in Webflow" badge from my Webflow project?
  2. Can I customize the branding on my Webflow website?
  3. Is it possible to remove the Webflow badge from my WordPress website?