Custom Code

Custom Code

To add custom code, follow this link: Custom code

The section of the platform has 2 areas:



Custom CSS: This allows for fine-tuned control over your platform's appearance.


Ensure custom CSS doesn't break responsive layouts or accessibility features.

Custom HTML and JavaScript: This can be used to add new features or integrate with third-party services.


Ensure any custom code is secure and doesn't negatively impact page load times.

For both custom code dialog windows, follow this process:

1. Paste custom code in dialogue window: Provide a sufficiently large text area for easy editing. Consider offering syntax highlighting for different code types.
2. Press save button: Implement proper error handling to catch and display any syntax errors before saving. Consider offering a preview option to see changes before they go live.