Is it possible to remove the "Webflow" name from the JavaScript file in the white labeled code, as the removing of Webflow from exported code is a Pro feature?

Published on
September 22, 2023

Yes, it is possible to remove the "Webflow" name from the JavaScript file in the white labeled code. However, please note that removing the "Webflow" name from the exported code is a Pro feature in Webflow. If you have a Pro plan, you can follow these steps to remove the "Webflow" name:

  1. Export your Webflow project: In the Webflow Designer, click on the "Export" button in the top-right corner of the interface.

  2. Choose your export settings: In the export panel, select the export settings that fit your needs. Make sure to select the option to export the site's HTML, CSS, and JavaScript.

  3. Download the exported code: After selecting the export settings, click on the "Export" button to start the export process. Once the export is complete, you will be able to download a ZIP file containing the exported code.

  4. Modify the JavaScript file: Extract the contents of the ZIP file and locate the JavaScript file (usually named "webflow.js" or "webflow.min.js"). Open the file using a code editor.

  5. Search for "Webflow": Use your code editor's search functionality to find all occurrences of the word "Webflow" in the JavaScript file.

  6. Remove or replace the text: Delete the "Webflow" text or replace it with your preferred name or branding. Make sure to save the changes to the file.

  7. Implement the modified JavaScript file: Upload the modified JavaScript file to your server or content delivery network (CDN) and replace the original "webflow.js" or "webflow.min.js" file with the modified version.

Please note that if you are on a free plan, you won't be able to remove the "Webflow" name from the JavaScript file without upgrading to a Pro plan. Additionally, modifying the exported code may require technical knowledge, so it's recommended to consult with a developer if you're unsure.

Additional Questions:

  1. How can I remove the "Webflow" branding from the exported code in Webflow?
  2. Is there a way to customize the JavaScript file in Webflow to remove the "Webflow" name?
  3. Can I white label my Webflow site without upgrading to a Pro plan?