gancio-upstream/docs/usage/custom_css.md
2024-08-21 17:35:13 +02:00

714 B

layout title permalink nav_order parent
default Custom CSS /usage/custom_css 3 Usage

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;
}

info "References" #413