Hi,
Agent collision bring up a small banner in top of the ticket but its a pale yellow.
Is there anyways i could switch that to a brigth red or something like it?
Maybe using css?
Thanks
Hi,
Agent collision bring up a small banner in top of the ticket but its a pale yellow.
Is there anyways i could switch that to a brigth red or something like it?
Maybe using css?
Thanks
Hello Maxime! You can customise the ticket forms and apply custom CSS there.
.hd-alert .hd-alert-content.common-alert[data-v-a01b36dc] {
background: red !important;
}
Great thank you, i will try that