Hi all,
I can’t seem to find a definitive answer for this whilst searching. Is it possible to use SCSS in X Pro? If so, how do you go around using it? If I throw it into the Custom CSS on a page, it just throws back errors.
Thanks,
Kind regards,
Hi all,
I can’t seem to find a definitive answer for this whilst searching. Is it possible to use SCSS in X Pro? If so, how do you go around using it? If I throw it into the Custom CSS on a page, it just throws back errors.
Thanks,
Kind regards,
Hi @Keanu,
Thanks for reaching out.
You can’t add SCSS directly to the WordPress, you need to compile it to the CSS* and include it. I would suggest you create the SCSS file and compile it to the CSS file and enqueue it to your child theme’s functions.php file or add the compiled CSS code into the style.css file of the child theme.
Please find the following articles on how you can add an external CSS file to your theme:
Hope it helps.
Thanks
Hi Keanu,
You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.