Oct 10
Custom code
Add the ability to add custom code:
- in block builders
- globally for css etc
Completed
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>
I can see that this is completed. How do I add a custom CSS code?