Custom CSS Since 1.19.0 BETA

Is it possible to modify the style by integrating some custom css in Admin > Theme > Custom CSS

Don’t imagine you can accomplish miracles because the templates are not designed to be easily modified, but don’t be afraid to open an issue or even better a PR to add some css selectors or some usage examples to this page.

Remove navbar

#navbar {
    display: none;
}

References

#413