Hi does anyone know how I can add this codepen to my webflow site?
Thanks!
Hi does anyone know how I can add this codepen to my webflow site?
Thanks!
For the specific codepen you referenced:
In Designer, add an āEmbedā block to the page body.
In the embed block, paste:
<style>
[THE CSS CODE] </style>
Then in the same embed block, paste your [THE HTML CODE] after the </style>
Lastly, go to the pageā custom code section āBefore </body>
tagā, and paste the javascript code: <script>
[THE JS CODE] </script>
Note: Webflow does not support use of so this is why you need to use the āEmbedā block.
Perfect! Thanks for your help!
Hi, I am trying to implemet this: https://codepen.io/devcodetips/pen/LGRJEo
using the method on this thread. However It is not working. Can anyone help me on this?
E