I’m looking for the steps needed to integrate custom code (HTML, CSS, JS), for example this Read More-button code from codepen
What I’ve tried:
<style> </style>
<script> </script>
I get the button showing, the custom colors appearing, but the button doesn’t work.
That’s great @Jerry!
I’m also wondering how to generally import external CSS/JS/HTML code to Blocs from other codepen projects?
If your project is set to Bootstrap 5 that code won’t work because it’s jquery not pure JavaScript. Bootstrap 5 no longer needs the dependency, which is a good thing as it’s less overhead on your site. Just something you need to be aware of.
Great, thanks for explaining that!