From your description, it sounds like;
- you have a current LIVE site, and you’re redesigning it.
- both the current site, and the new one, are Webflow projects
Webflow templates are not “swappable” in the same way as WP themes. They’re a starting point for your own customized design.
As such, it’s generally not realistic to copy-paste a template into an existing Webflow site. You would technically get most of the styling, but your class hierarchy would be complete chaos, and you would have an enormous amount of cleanup to do.
2024-11-19 EDIT - This is still accurate, but there are a lot of reasons you’d want to take the copy-paste approach anyway. complex coding or integrations are two of them.
https://www.sygnal.com/lessons/re-templating-approaches
Re-Templating by Template Merge | Mastering Webflow Templates | Sygnal-U
Re-Templating by Site Rebuild | Mastering Webflow Templates | Sygnal-U
The way to do a template-based styling change is to build a new site, and copy over your content into the new template. Your CMS can be exported and imported. Your assets will need to be manually re-loaded. Your static pages will have a different layout, so you’ll copy paste content ( not elements ) as appropriate from your previous site.
Build your new site offline, and publish it when you’re ready. Your new site won’t affect your old site at all, until you add a hosting plan and move over your domains.
A word of caution for @Lara_Graysse and @WisdomainUK . If you were wanting to create a coming soon page, and prevent access to the unfinished areas of your site, it’s not as simple as temporarily changing your home page.
If your site is published, Google can see it, and in fact the sitemap.xml will list every page your site has- finished or not. You’d need to play a careful game of drafting pages, password-protecting folders, and some gnarly dancing about.
Instead, I’d password protect the site, and restyle the login utility page as a coming soon page. If you’re not needing it for anything else, that gives you the simplest way to accomplish all 3 goals;
- Designing while your site is published to a target domain
- Presenting a coming soon page for visitors
- Allowing your clients access via the password, when you’re ready for them to look at things