hey folks..
just wondering if there is a way to add a vertical seperator or divider line to the left of a section
much like https://gusto.com/ (scroll down to the bottom) they have a nice orange/yellow dotted line as a border thing on the left side…
just wondering if there’s a way to add that…
Hey,
Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your column elements and give them a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab
.my-custom-class {
border-left: 1px dashed #FFC848;
}
Best regards,
Yigit
thanks so much…going to give it a try now :)