Changing the CRM's 'Green' Title Bar color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JosNas
    Member
    • Sep 2021
    • 97

    Changing the CRM's 'Green' Title Bar color

    Hello how can I change the the green color of the title bars in Espo. Check the image below to see an example. It would look better if it matched the Blue of the main navbar on top.

    Click image for larger version

Name:	Capture.png
Views:	365
Size:	23.3 KB
ID:	77571

  • shalmaxb
    Senior Member
    • Mar 2015
    • 1602

    #2
    There must be something wrong with your color management of your screen. That color is a light grey (#e8eced) and on my screen the color in your screenshot actually is grey. If you switch to the template hazyblue, this areas will be white.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8440

      #3
      > . It would look better if it matched the Blue of the main navbar on top.

      Nah. It wouldn't.
      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

      • Mark G.
        Member
        • Nov 2021
        • 48

        #4
        The theme-colour discussion surfaces, again.

        If you right-click on any panel heading bar and select "Inspect", you'll see all the code that renders that particular Espo webpage ... where the colour is set, what hex code the colour is set to and what CSS file (and line number) you'd need to change.

        Your starting point is shown in the image, below and the CSS files are located here: espo/client/css/espo
        Click on the small coloured circles to play around with/change the colours, in real-time.

        Just keep in mind that this kind of change is not upgrade-proof.

        Have fun!
        Attached Files
        Last edited by Mark G.; 01-04-2022, 12:24 AM.

        Comment

        Working...