Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4152 Widoki

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


Thanks in advance.


Awatar
Odrzuć
Najlepsza odpowiedź

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.


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
4
lis 22
36136
1
wrz 22
4168
1
wrz 18
9402
2
mar 18
5438
2
gru 24
2391