Removing the “Made in Webflow” badge can give your site a polished, professional look, aligning it more closely with your brand identity.

Managing Webflow projects efficiently involves customization, and one essential step is getting rid of the default branding. By the end of this article, you’ll know exactly how to remove “made in Webflow” from your site’s footer.

Here’s what we’ll cover:

  • Upgrading to a Paid Plan: Learn the perks of Webflow’s paid plans like CMS, Business, and Enterprise, and how these upgrades help you ditch the badge.
  • Using Custom Domains: Discover how setting up a custom domain makes a difference and contributes to a cleaner, brand-centric URL.
  • Deploying Custom Code: Get step-by-step guidance on adding custom CSS to hide the badge effectively.

Unlock a more tailored digital presence by following these straightforward methods.

Removing the Badge Using Webflow Settings

YouTube player

Upgrading to a Paid Plan

Upgrading your Webflow plan is the cornerstone of removing the branding footer. Webflow offers several plans: CMS, Business, and Enterprise. Each of these plans provides different levels of functionality and support, ensuring that you can select one that matches your needs.

Webflow’s Paid Plans:

  • CMS Plan: Focuses on providing robust content management features, suitable for blogs, news sites, and other content-driven sites.
  • Business Plan: Adds more advanced capabilities such as increased bandwidth and enhanced security, ideal for small to medium-sized businesses.
  • Enterprise Plan: Tailored for large organizations with custom needs, including enterprise-level support and advanced security protocols.

Key Benefits Beyond Badge Removal:

With an upgraded plan, the benefits extend beyond just removing the “Made in Webflow” badge. You’ll also enjoy custom domains, allowing you to establish a unique brand identity. Enhanced hosting options ensure that your site remains fast and reliable.

Lastly, advanced features such as Webflow CMScustom code, and priority support can make managing your site significantly easier.

Accessing the Webflow Dashboard

Next, head over to the Webflow Dashboard. Here’s how you navigate through it:

Navigating to Project Settings:

Open the Webflow Dashboard and select the project you wish to update. Once inside, look for the Project Settings option. This is where all the magic happens.

Locating the “Webflow Branding” Toggle Option:

Within the project settings, navigate over to the General tab. Scroll down until you spot the Webflow Branding toggle option. This is the button that will allow you to remove the branding from your site.

Disabling the Badge in Project Settings

Step-by-Step Instructions:

  1. Locate the Webflow Branding toggle as mentioned above.
  2. Simply toggle off the branding option.

Saving Changes:

After adjusting the settings, don’t forget to hit “Save”. This step is crucial to ensure that all changes are applied correctly.

Publishing the Website

Importance of Republishing:

Once you’ve disabled the badge, you must republish your site. This is an essential step to ensure that the changes are reflected on the live site.

Verifying the Live Version:

Finally, visit your live site to make sure the badge is removed. Navigate to the footer area and ensure that the branding is no longer visible. If it’s gone, congratulations, you’ve successfully removed the “Made in Webflow” badge!

Using Custom Domains to Remove the Badge

Benefits of Custom Domains in Webflow

Custom domains remove Webflow’s default subdomain and elevate your site’s professionalism. No more generic Webflow-suffix URLs. Instead, opt for a unique domain name that showcases your brand prominently.

Removing Webflow’s Default Subdomain Association

Switching to a custom domain means ditching the www.yoursite.webflow.io look. This makes your site feel more legitimate and tailored to your brand’s identity.

Enhancing Brand Visibility with a Personalized Domain Name

A custom domain name not only looks clean but also boosts your brand’s visibility. Think about how much trust and credibility a personalized domain adds. Visitors are more likely to remember and trust www.yoursite.com over a subdomain that screams template.

Setting Up a Custom Domain

Here’s how you set it up.

Navigating to the “Hosting” Tab

First, go to your Webflow project and open the dashboard. Head straight to the Hosting tab. This is your control center for all things related to your custom domain setup.

Following Webflow’s Instructions for Domain Configuration

Once in the Hosting tab, Webflow provides a clear step-by-step guide on configuring your domain. Follow these instructions closely to link your new domain with your Webflow project.

Webflow makes it simple with guidelines to point your domain registrar’s settings (like GoDaddy, Namecheap, etc.) to Webflow’s servers.

Verifying Domain and Project Settings

Now, let’s double-check everything.

Ensuring the Custom Domain is Properly Configured

After setting up your domain, verify it’s properly configured. In your Webflow dashboard, ensure that there are no error messages regarding your domain settings. If it shows “connected” or “published,” you’re good to go.

Use online DNS checkers or domain verification tools to ensure everything’s pointing correctly.

Confirming the Upgrade to a Paid Plan in the “Billing” Section

Lastly, head over to the Billing section. Confirm your upgrade to a paid plan since custom domains require it. Without this, your domain won’t work as intended and that pesky “Made in Webflow” branding might still haunt your footer.

Removing the Badge Using Custom Code

Disclaimers and Ethical Considerations

Using custom code to remove the badge? Tread carefully. Ethical considerations come into play here.

Recommendation to Use This Method Only If Permitted

Only resort to custom code if you’re absolutely sure it’s allowed. Ignoring this can lead to complications, and nobody wants to navigate that maze.

Limitations of the Custom Code Method

Keep in mind that custom code may have its own quirks. For instance, while it hides the badge visually, the branding could still linger in the HTML comments. So, it’s not a perfect fix but a workaround.

Step-by-Step Guide to Adding Custom CSS

Accessing the Project’s Head Section in Webflow

First, you need to get into the section of your Webflow project. This is where you can add custom code.

Writing the Custom CSS Code

Here’s the core part: adding the custom CSS. You’ll want to use something like display: none; to conceal the branding element.

<style>
  .w-webflow-badge {
    display: none;
  }
</style>

Placing the Code Between Style Tags

Don’t forget to wrap your CSS in <style> tags. This is crucial for Webflow to recognize and apply the changes.

Publishing the Changes

Republish the Site to Reflect the CSS Modifications

After adding your custom code, republish your site. This step updates the live version to incorporate your alterations.

Verifying the Site’s Appearance Using Browser Inspection Tools

Lastly, use browser inspection tools to ensure your changes are effective. Open your site, inspect the footer, and confirm the badge is hidden.

Best Practices for Badge Removal

Keeping a Backup of the Project

Importance of Creating Backups Before Making Changes

Before you make any tweaks to remove that nagging “Made in Webflow” badge, it’s essential to create a backup. Think of it as your safety net. If anything goes awry, you can swiftly revert to a previous version without losing valuable work.

Steps to Back Up Project Settings and Custom Code

Here’s how you do it: Navigate to your Webflow Dashboard and look for the project you wanna tweak. Inside the project settings, find the backup option. Create a duplicate of your current settings, ensuring that your custom code and configurations are saved.

Boom. Now you’ve got a secure version locked and loaded if needed.

Testing Changes Across Devices and Browsers

Ensuring the Badge is Removed on Both Desktop and Mobile Views

Once adjustments are made, it’s paramount to check if the badge is fully removed on all devices. Open up your site on both desktop and mobile views. The last thing you want is for the badge to disappear on your laptop but stick around on your phone.

Use responsive design tools to see how your site looks across different devices. Visual consistency is key.

Verifying Consistency Across Popular Browsers

Now, let’s get into browser compatibility. Test your site on popular browsers: Chrome, Firefox, Safari, and Edge. Each may render your site slightly differently.

Open your site on these browsers and verify that the badge is indeed gone. Consistency across browsers ensures a seamless experience for all visitors.

Monitoring Webflow Policies and Guidelines

Staying Updated on Webflow’s Policy Regarding Badge Removal

Webflow’s policies can change, so it’s critical to stay updated. Regularly check Webflow Forums and Webflow University for any updates regarding badge removal policies. Ignoring updates could lead to unintentional non-compliance.

Ensuring Compliance to Avoid Potential Issues with Webflow’s Terms

Adhering to Webflow’s terms is non-negotiable. Make sure the methods you employ for badge removal align with their guidelines. Non-compliance could result in issues that aren’t worth the risk, such as having your site flagged or taken down.

FAQ on How To Remove “Made In Webflow”

How can I remove the “Made in Webflow” badge?

To ditch the badge, you need a paid Webflow plan. Head to your project settings, find the Webflow Branding toggle, and switch it off. Make sure to republish your site afterward to see the changes live. Simple as that!

Do I need a paid plan to remove the badge?

Yes, a paid plan like CMSBusiness, or Enterprise is required. These plans not only let you remove the badge but also offer additional perks such as custom domains and advanced hosting options.

Where is the Webflow Branding toggle option?

You can find the Webflow Branding toggle in your project settings. Navigate to the General tab, and scroll down until you find it. Switching this off is your ticket to a clean, branded footer.

How do I ensure the badge is completely removed?

Republish your site after toggling off the branding option. Then, check the live version of your website on both desktop and mobile. Use browser inspection tools to verify that there are no remnants of the badge.

Can I use custom code to remove the Webflow badge?

Yes, but it’s more of a workaround. You can add custom CSS like display: none; to hide the badge element. Remember, it might still appear in the HTML comments, so this method isn’t perfect.

Will setting up a custom domain help remove the badge?

Setting up a custom domain not only removes Webflow’s default subdomain but also enhances your brand visibility. Follow Webflow’s instructions for domain configuration in the Hosting tab.

What are the benefits of upgrading to a paid Webflow plan?

Beyond removing the badge, a paid plan gives you access to custom domainsenhanced hosting features, and robust content management options via Webflow CMS. These features elevate the professionalism and functionality of your website.

How do I back up my project before making changes?

Navigate to the Webflow Dashboard and look for the project settings. Create a duplicate of your current settings, ensuring that your custom code and configurations are saved. Backups are essential to revert if anything goes south.

What if the badge still appears after following all steps?

If the badge still appears, double-check your settings and ensure you republish the site. Verify across different browsers and devices. If it persists, consult Webflow support or forums for insights.

Are there any ethical concerns with removing the badge?

Ethically, ensure you comply with Webflow’s terms and conditions. Using custom code to hide the badge may violate their policies. Always stay informed about their latest guidelines to avoid potential issues with compliance.

Conclusion

When addressing how to remove “made in Webflow,” there are a few straightforward methods. First, upgrading to a paid plan, such as Webflow CMS, Business, or Enterprise, is essential. This allows you to access settings where you can disable the Webflow Branding toggle.

Utilize custom domains to eliminate the default subdomain association. This strengthens your brand’s visibility. Follow Webflow’s guide to set up a custom domain by navigating to the Hosting tab and configuring your domain settings.

For those comfortable with code, custom CSS provides another route. Access the section in your project settings and enter code like display: none; to hide the badge element.

Backups and Testing: Always create a backup before making any changes. Double-check the removal across various devices and browsers. Finally, stay updated on Webflow’s policies to ensure compliance and avoid potential issues.

Streamline your site’s appearance by following these steps for a more professional look.

If you liked this article about how to remove “made in Webflow”, you should check out this article about how to delete a site in Webflow.

There are also similar articles discussing how to use Webflow templateshow to create a blog in Webflowhow to create a form in Webflow, and how to set up 301 redirects in Webflow.

And let’s not forget about articles on how to transfer a Webflow site to another accounthow to add Google Analytics to WebflowFigma to Webflow, and Webflow Shopify integration.

Author

Bogdan Sandu is the principal designer and editor of this website. He specializes in web and graphic design, focusing on creating user-friendly websites, innovative UI kits, and unique fonts.Many of his resources are available on various design marketplaces. Over the years, he's worked with a range of clients and contributed to design publications like Designmodo, WebDesignerDepot, and Speckyboy among others.