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;
}
Hello Vladimir,
Thanks a lot, it works!
Best regards,
Cristina