4. Change the header colour on Kanban
Change header colour on Kanban other then of Gray color
Last updated
Change header colour on Kanban other then of Gray color
Last updated
Can we change the color of the header of the Kanban view from gray to something else?
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)