Announcement

Collapse
No announcement yet.

css override

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • css override

    is there any specific file (for example custom.css) where we can add the css override?
    Thanks.

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

    Code:
    {
        "cssList": [
           "path/to/your/file.css"
        ],
        "developerModeCssList": [
           "path/to/your/file.css"
        ]
    }
    Clear Cache after.
    Last edited by yuri; 06-29-2019, 06:09 AM.

    Comment

    Working...
    X