Custstomize Header Color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • windy
    Junior Member
    • May 2014
    • 10

    Custstomize Header Color

    Hi

    Where can i change the backgroundcolor of the header navigation (at the moment blue)?

    Regards
    Andi
  • wirefinity
    Member
    • Aug 2014
    • 32

    #2
    You can find it at client/css/espo.min.css and change the following highlighted in bold;
    .navbar-inverse {

    • background-color: #4a6492;
    }

    Regards
    Liam

    Comment

    • windy
      Junior Member
      • May 2014
      • 10

      #3
      Thank you. And where can i find the other #4a6492 Values for the other blue elements?

      Regards
      Andi

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        #3e547a
        #5184b0
        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

        • windy
          Junior Member
          • May 2014
          • 10

          #5
          Thank you very much!

          I changed almost all "blue values". There is only one which i could not found. The blue header of the login table. Where can i change the color value of it?

          Regards
          Andi

          Comment

          • wirefinity
            Member
            • Aug 2014
            • 32

            #6
            You can change the color value at /client/res/templates/login.tpl.

            Amend the following

            <div class="panel-heading" style="background-color: #4A6492; padding: 3px 10px;">

            Regards
            Liam

            Comment

            Working...