Hi,
I am trying to add vertical lines to separate the text and images on my home page
website: https://1d9ed8-ee.myshopify.com/
any help would be greatly appreciated!
Hi,
I am trying to add vertical lines to separate the text and images on my home page
website: https://1d9ed8-ee.myshopify.com/
any help would be greatly appreciated!
@selwilton , Hello are you want like the screenshot below? Please check,
Please follow these steps to add this CSS code:
.features-bar__item.swiper-slide div {
border-left: 1px solid #000;
padding: 0 0 0 13px;
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
.swiper-wrapper .features-bar__item div {
border-left: 1px solid black !important;
padding-left: 10px !important;
}
Copy