where to put custom css file without to be overridden on each update?
Collapse
X
-
There is no ability to load css in custom. You can create new theme and select it.Leave a comment:
-
When I put my custom css file into client/custom/css/ and the corresponding json file (with the reference to the custom css file) into custom/Espo/Custom/Resources/metadata/themes the colors are changed but the header buttons look quite strange.
Is something missing or is there a way to do this upgrade safe?Leave a comment:
-
For what it's worth : I needed a different background color for the 'cases' panel:
- modified : htdocs/html/main.html
- added css : <link href="client/custom/css/custom.css" rel="stylesheet" id='custom-stylesheet'>
- custom.css : [data-name="cases"] .panel-heading { background: yellow;}
I think /client/custom may be a good location until further notice.Leave a comment:
-
1. search in file names and file contents with keyword "Sakura".
2. replicate for your new theme.Leave a comment:
-
Hi,
how can i create my own custom theme? witch folders/fiels i nedd to create?Leave a comment:
-
Hi,
after espocrm have template support can you add support for custom css file in each template?Leave a comment:
-
We have a lot of work, issues, bugs. Have not prioritized this feature.Leave a comment:
-
A highly desirable and required feature. A better option is to provide a setting to accept the URL of the custom CSS file that could reside outside the installation folder (eg: a subdomain) so it never gets overwritten. Please let us know when this is implemented.
TIALeave a comment:
-
Hi Yuri,
please provide this option. many users would like to make changes to css without losing all changes.
ThanksLeave a comment:
-
Hi
There is no such abilityprovided. But I believe there should exist some ways that allow to do it.Leave a comment:
-
where to put custom css file without to be overridden on each update?
Hi,
i want to create new css file "rtl" so the espocrm will fit to work with rtl.
the question is where i need to put the rtl.css file to not be overridden on each update?
the other question is where i call this rtl.css (without to be overridden on each update)?
the same question will be for custom JS files (for each page)?
ThanksTags: None
Leave a comment: