Announcement

Collapse
No announcement yet.

color and text modification for the whole gui

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

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

    Comment


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

      Comment


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


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


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


            • #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...
              X