Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 364 Bytes

custom-css.md

File metadata and controls

16 lines (12 loc) · 364 Bytes

Custom CSS file

Create a file custom/Espo/Custom/Resources/metadata/app/client.json.

{
    "cssList": [
        "__APPEND__",
        "path/to/your/file.css"
    ]
}

Make sure the css file is readable by a webserver. It's recommended to put it in client/custom/css/ or client/custom/modules/{module_name}/css/ directory.

Then clear cache.