Kanban View by VTExperts
  • 1. Kanban View not showing tags field
  • 2. Can two different users configure different Kanbans?
  • 3. Can a user set multiple Kanban for a module?
  • 4. Change the header colour on Kanban
Powered by GitBook
On this page
  • Question
  • Answer
Export as PDF

4. Change the header colour on Kanban

Change header colour on Kanban other then of Gray color

Previous3. Can a user set multiple Kanban for a module?

Last updated 4 months ago

Question

Can we change the color of the header of the Kanban view from gray to something else?

Answer

It is possible but requires a "color code" change in the files. 1. Locate the file: http://yourURL/layouts/v7/modules/KanbanView/css/kanbanStyle.css (open it with your preferred editor). 2. Change the value in .kbBoxHeader from "background: #3498DB;" to "background: #b31f1f!important;".

Screenshot:

3. The #b31f1f is the color code (replace it with your preferred color code). Make sure to add !important; as it is required for the new color to apply. 4. Clear your cache and you should be good.

Description

Change the header colour on Kanban

Created by

Chris (Jan 04, 2025)