Skip to Content
Menu
This question has been flagged
1 Reply
3194 Views

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


Thanks in advance.


Avatar
Discard
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
Discard
Related Posts Replies Views Activity
4
Nov 22
33174
1
Sep 22
3235
1
Sep 18
8280
2
Mar 18
4327
2
Dec 24
22