Change color of lines

Hello,

How can I change the color of the grey lines ?

Thanks,
Cristina

Hi @Cristina ,
You can select the CSS selector for the connection lines the following way:

.poch-lines-surface path { 
   stroke: red !important;
}

image

1 Like

Hello Vladimir,

Thanks a lot, it works! :slight_smile:

Best regards,
Cristina