Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4141 Vistas

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


Thanks in advance.


Avatar
Descartar
Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
4
nov 22
36133
1
sept 22
4159
1
sept 18
9396
2
mar 18
5428
2
dic 24
2385