Create your custom.css file under client/custom/css/custom.css with the content as below: (Just copy and paste in code editor an remove any extra caracters)
PHP Code:
body .panel-default > .panel-heading {
color: var(--gray-soft);
background-color: #6f94d7;
border-color: transparent;
}
Then ass this code below to custom/Espo/Custom/Resources/metadata/app/client.json (Just copy and paste in code editor an remove any extra caracters)
PHP Code:
{
"cssList": [
"__APPEND__",
"client/custom/css/custom.css"
]
}
If you follow the steps above it will work.


Leave a comment: