Skip to Content
Menú
This question has been flagged
1 Respondre
4188 Vistes

Please refer this picture. https://prnt.sc/ktdpm8  how to change the color of this box? 


Thanks in advance.


Avatar
Descartar
Best Answer

Hello  Krishnapriya

You change color using override css/less .

Using override kanban view css/less and if you want to change only specify kanban view color than you create custom class and call your class on that view

.o_kanban_view .o_kanban_record {
    background-color: white; (Change this for change kanban view background color )
    box-shadow: 0px 0px 1px 1px #808080;
    padding: 8px 8px;
}

I think it's help you.


Avatar
Descartar
Related Posts Respostes Vistes Activitat
4
de nov. 22
36165
1
de set. 22
4172
1
de set. 18
9418
2
de març 18
5449
2
de des. 24
2401