color and text modification for the whole gui

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • esforim
    replied
    talles.amadeu
    This might help you: https://docs.espocrm.com/development/resources/#themes

    But if you investigate DevCRM's ( emillod) theme you might get a more working example rather than the documents. Download it here:

    2.9 Theme
    1. DevCRM's Dubas Light Theme - https://forum.espocrm.com/forum/exte...d-by-devcrm-it
    2. DevCRM's Dubas Dark Theme - https://forum.espocrm.com/forum/exte...d-by-devcrm-it

    Leave a comment:


  • talles.amadeu
    replied
    How do I make the new theme appear User Interface -> Theme list? Thanks
    Last edited by talles.amadeu; 11-20-2020, 11:29 AM.

    Leave a comment:


  • tanya
    replied
    For this better to define own theme in custom/Espo/Custom/Resources/metadata/themes
    Existing are in /application/Espo/Resources/metadata/themes
    set the path to your css

    Leave a comment:


  • dev77
    replied
    Brand new to Espo (why is it named that?)

    I too want to make a change to the colors... especially the left sidebar in the theme.

    Code:
    .navbar-inverse {
        background-color: #xxxxxx;
    }
    It can be done in css/espo/hazyblue-vertical.css but I don't think that will be update-proof.

    Is there a hook in Espo that will bring in an external CSS file that we can use to make overrides? If not it would be easy for the developer to put this in.

    Thanks.

    Leave a comment:


  • yuri
    replied
    You can also use search in file contents by some keyword to find all files related to any of existing theme. Then replicate it. grunt command will generate theme css.

    Leave a comment:


  • AlexAv
    replied
    There is no simple way to do.
    CSS File: /client/css/espo.css

    Leave a comment:


  • chr1st0ph9
    started a topic color and text modification for the whole gui

    color and text modification for the whole gui

    Hello,

    I would like to change the background color of all interface Windows and also the color of all texts (e.g. Black background with green text), is there an easy way to do that ?
    I presume, I have to create a new theme (copying an existing one) but then is there smth straightforward to achieve that?

    thanks for your help,
    Christophe
Working...