Okay so i have about 40 Pages in Webflow.
Is there a way to create a component/symbol that can then be added to all pages? Instead of going into each individual page and adding the created symbol one by one.
Yes creating a global symbol in the beginning of the process is easily done. But i am talking about certain elements that require multiple symbols on certain pages in the middle of projects or at the end.
Multiple Page Add selection boxes would be great. Maybe something finsweet could look into.
Would be a great Candie
Best practice is to use a page wrapper div as the container for all your elements and above that you include a custom code block and a component if needed. If you use this approach then you can easily add what you need across all your pages in the code block or custom component. Webflow now allows for a template to build from but it does not allow for updates after it is used, on existing pages. So you need to plan accordingly.
Hi Jeff, thanks for your response so far. Is it possible to include an existing component with interactions (on page load) to every page with your best practice - if so could you please explain in a bit more detail how to approach this? Thank you!