🧾 How to add custom CSS and JavaScript

πŸ“š In this article you will learn how to add custom CSS and JavaScript to your app.

πŸ’‘ PRO TIP: Click here to hire an expert to guide you in the step by step. Book a call now to learn all the tips and tricks for training your AI, or let us handle it all for you instead.

With this tutorial, you’ll be able to add code to your dashboard and landing page. The landing page has two options: one for the head and another before the body closure.

1. Go to Settings > Others and you will see the ‘Embed Code’ section. Make sure that the Status is set to Enable.

2. Place your code inside the black box. Remember:Β To place CSS code, it should be within the <style> tags, and JavaScript code should be enclosed within <script> tags.

Keep in mind that to do this correctly, you should have basic knowledge of CSS and JavaScript; otherwise, you might risk affecting your application adversely.