<aside>
⚠️ Disclaimer: It is recommend ****that you have some coding knowledge prior to exploring this feature. Any changes could negatively impact your course. If you have any questions, please reach out to us in the Maestro Community as we are happy to help!
</aside>
Mighty Custom Code Power-Up
The Custom Code Power-Up gives you the freedom to add CSS or JavaScript directly into your Rise courses. Whether you want to apply global branding, enhance interactivity, or fine-tune specific blocks, this feature puts the power in your hands.
Visibility and Publishing
- Preview & Share Links: Custom code is visible when previewing a course or when sharing a link, but only if the viewer also has the Mighty Chrome Extension installed.
- Published Courses: When you publish a course, Mighty automatically bundles your custom code so it runs seamlessly without extra setup.
Scopes
Custom code can be scoped at three levels:
1. Course-Level
- Runs across the entire course.
- Great for global CSS (e.g., font families, color schemes) or JavaScript that applies everywhere.
2. Lesson-Level
- Runs only within the selected lesson(s).
- Ideal for lesson-specific customizations, such as specialized interactions or analytics tracking.
- You can select multiple lessons to apply the same code.
3. Block-Level
- Runs only on the selected block(s).
- Perfect for fine-grained control over a single block’s behavior or appearance.