
To remove the “Made in Webflow” badge from your website that was built using the Webflow platform, you can follow these steps:
- Login to your Webflow account and go to the dashboard of the website you want to edit.
- Click on the “Project Settings” button in the left-hand sidebar.
- In the “Project Settings” panel, scroll down to the “Custom Code” section.
- In the “Head Code” field, add the following code:<style> .w-webflow-badge { display: none !important; } </style>
- Click on the “Save Changes” button at the bottom of the panel.
Also Know: Is Webflow Better Than WordPress?
This should remove the “Made in Webflow” badge from your website. If you are still seeing the badge, try clearing your browser’s cache and refreshing the page.