All About Web Co. logo
All About Web Co.

Remove Made in Webflow Badge in 5 Minutes

Author: Serhiy Manuilo, Publication Date: May 9, 2023, Last Updated: Jun 22, 2024
by Serhiy Manuilo, Jun 22, 2024
The article image: "Remove Made in Webflow Badge in 5 Minutes"

As well as many other site builders, Webflow displays its own branding on the websites it produces. It might sometimes conflict with your brand, and Made in Webflow or Powered by Webflow badges could not fit it.

To remove the “Made in Webflow” badge, upgrade to any business plan, go to the Dashboard, look for the site tile and click on its Ellipsis button, navigate to Settings > Generals > Webflow branding, then disable “Display ‘Made in Webflow’ badge” and save the changes.

To remove the “Made in Webflow” badge using Custom Code, upgrade to any business plan, go to the Dashboard, look for the site tile and click on its Ellipsis button, navigate to Settings > Generals > Custom code, then insert CSS code (you can find it below) to hide the badge HTML element and save the changes.

Let’s dive into the details.

How to Remove the “Made in Webflow” Badge

Method 1. Upgrade to a Business Plan

This is a primary option to remove Webflow branding from your website.

According to Webflow site plans any paid plan is considered a business plan. At the time of writing this article, it can be a Basic, CMS, or Business plan.

Unfortunately, if you have the Starter plan, there’s no way to remove the “Made in Webflow” tag.

Follow these 6 steps to get rid of the badge:

  1. Upgrade your account to a business plan
  2. Access your Dashboard
  3. Navigate to the website Settings by clicking the ellipsis button Go to the website's settings from the Dashboard
  4. In the Generals tab, scroll down to the Webflow branding section.
  5. Disable the Display “Made in Webflow” badge
  6. Save your changes. Disable Webflow branding in the General settings tab

If you switch off Display Webflow branding in HTML then the following message won’t be displayed in the source code of your website: Webflow HTML branding example

Method 2. Using Custom Code

As mentioned above, the first method is more suitable to solve the problem.

So when should you use this one?

There are two cases:

Follow these 6 steps to hide the badge with custom CSS code:

  1. Upgrade your account to any paid plan
  2. Access your Dashboard
  3. Navigate to the website Settings by clicking the ellipsis button Go to the website's settings from the Dashboard
  4. Go to the Custom code tab
  5. Insert the provided code snippet into the Head Code text area
    <style>
      .w-webflow-badge {
        display: none !important;
        visibility: hidden !important;
      }
    </style>
  6. Save your changes Add custom code to hide "Made in Webflow" badge

By default, the “Powered by Webflow” text sits within the footer block. That’s how it looks on a freshly created website: "Powered by Webflow" default text and icon

  1. Go to the Dashboard
  2. Hover over the website tile and click “Open Designer” Go to the website Designer tool from the Dashboard
  3. In the left-side Navigator bar, select the Footer item
  4. Scroll down and click the Pencil/Edit icon of the Footer block Edith the Webflow website footer block
  5. In the Navigator, expand the footer entities one by one
  6. Select the Webflow link and press the Backspace key Remove the "Powered by Webflow" footer text
  7. Apply the changes by clicking the Publish button at the top right corner of the page Publish a Webflow website

All done!

Summary

As you’ve seen, it only takes a few minutes to remove the “Made in Webflow” tag, but it’s not an option on the free plan.

With a bit more effort, you can also eliminate the “Powered by Webflow.”

Is it worth it? Absolutely, as these customizations enhance your website’s branding and overall quality.