ListableL
Listable
Oct 10

Custom code

Add the ability to add custom code: - in block builders - globally for css etc
CompletedCompleted

Oct 21, 2025

I can see that this is completed. How do I add a custom CSS code?

Oct 21, 2025

To add global styles, browse to the settings page and navigate to the 'scripts' section. You can add style tags to the head scripts input. Sample for testing: <style> body { background:red !important; } </style>