Announcement

Collapse
No announcement yet.

Custstomize Header Color

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

  • Custstomize Header Color

    Hi

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

    Regards
    Andi

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


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

      Regards
      Andi

      Comment


      • #4
        #3e547a
        #5184b0

        Comment


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


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