Archived topic
How could I change SCSS to CSS
3 replies · Started by Marcel on June 16, 2020
Hello,
I know is not direct GeneratePress related, but:
1. I found these code snippets on CodePen and I would to add them on my Wordpress site
2. How could I change SCSS to CSS?
3. Where should I add the JS snippet?
Thank you!
Hi there,
in Codepen, to the right of the CSS title, click the dropdown arrow and select View Compiled CSS
Javascript you can add toe WP_footer Hook using a Hook Element.
Make sure to add it inside script tags eg:
<script>
coder here
</script>
Thank you, David!
You're welcome