I am able to add the custom code e.g. How To Create Range Sliders
However, how would I add the CSS?
Thanks
I am able to add the custom code e.g. How To Create Range Sliders
However, how would I add the CSS?
Thanks
Hello.
I would think that inside your custom code element you can just add
<style>
/*Your style here*/
</style>
or directly in a BSS css file. Although the styles might only take effect when previewing the siteā¦
Hope that helps!
you have a range input in the components panel, no need for custom code