Change color of left border on Manager

Hello,

How can I change the color of the left border of the manager?
I have tried using :first-child but it won't change or change all boxes.
image

Best regards,
Cristina Silva

Hello @Cristina_Silva,

You can use the following custom CSS for this:

.poch-root-node > .poch-group > .poch-item-list > .poch-item-wrap .pl-item {
  border-left-color: blue !important;
}

Hope this helps!

1 Like

Hello,
Thanks, it worked!

1 Like