Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #868923

    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…

    #868925

    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

    #868928

    thanks so much…going to give it a try now :)

    #868958

    Hi,

    You are welcome :)
    We will keep the thread open and wait to hear from you

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.