Vertical Line - Question | JoomShaper

Vertical Line

M

maisfeld

SP Page Builder 4 years ago

Hi, how can I create a colored vertical line in front of the text in the pagebuilder? see picture below

https://prnt.sc/131992d

0
2 Answers
Ariba
Ariba
Accepted Answer
Support Agent 4 years ago #17493

Hello

Thank you for the screenshot. Could you kindly provide me your administrative access here, use the hidden mode to share the credentials. I will check from my end and get back to you.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #17495

Hi there!

Thanks for your query.

Actually there is no default way to do that with SP Page Builder addons.

However, you can always use custom css to do that with before/after element.

Here is some sample code:

#Your_Addon_ID:before {
    height: 50px;
    width: 10px;
    background-color: maroon;
    position:absolute;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Hope this helps anyways!

Best Regards

0