(Squarespace) Line on left of text

To add line on Left of Text on Squarespace, like this.

#1. First, find Text Block ID.

In my example, it is: #block-yui_3_17_2_1_1740040917535_19613

#2. Next, use this code to Custom CSS box
If code doesn’t work, you can comment below, message or send me an email.

#block-yui_3_17_2_1_1740040917535_19613 .sqs-html-content {
    border-left: 3px solid orange;
    padding-left: 20px;
}

#3. Remember to change ID/Line Color.

1 Like

@tuanphan,

:heart: :heart: :heart: