css override

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nsns
    Junior Member
    • Jun 2019
    • 20

    css override

    is there any specific file (for example custom.css) where we can add the css override?
    Thanks.
  • yuri
    Member
    • Mar 2014
    • 8483

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...