Changing color of vertical lines

Hello and thanks in advance.
I would like to change the color of this vertical lines:

How can I do that?
Thanks again!

Hi There,

It might be the border color of your column, please try adding this element CSS to your column:

$el {
     border-color: #f00f00;
}

If it doesn’t work, please provide us with your website URL so we can take a closer look.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.