Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 364 Bytes

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 the webserver. It's recommended to put it in client/custom/css or client/custom/modules/{module-name}/css directory.

Then clear cache.