color and text modification for the whole gui

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chr1st0ph9
    Member
    • Jun 2016
    • 37

    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
  • AlexAv
    EspoCRM Team
    • May 2014
    • 124

    #2
    There is no simple way to do.
    CSS File: /client/css/espo.css

    Comment

    • yuri
      Member
      • Mar 2014
      • 8443

      #3
      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.
      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

      • dev77
        Senior Member
        • Feb 2018
        • 123

        #4
        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.

        Comment

        • tanya
          Senior Member
          • Jun 2014
          • 4308

          #5
          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

          Comment

          • talles.amadeu
            Junior Member
            • Jan 2020
            • 27

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

            Comment

            • esforim
              Active Community Member
              • Jan 2020
              • 2204

              #7
              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

              Comment

              Working...