Shopify themes, liquid, logos, and UX
Hi,
I'm currently piloting the Startup theme, and am trying to figure out if its possible to add custom css to the section to create some dividers between column 1 &2 and column 2& 3.
My first screenshot is the original, and the second is what I was envisioning.
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @smithexotic,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file -> You can replace red color with your color.
.module-inner.module-inline-items .module-inline-item {
border-left: 2px solid red;
border-right: 2px solid red;
}
.module-inner.module-inline-items .module-inline-item:last-child,
.module-inner.module-inline-items .section-title + .module-inline-item:nth-child(2),
.module-inner.module-inline-items .module-inline-item:first-child {
border: none;
}
This is an accepted solution.
Hi @smithexotic,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/theme.css
3. Add code below to end of file -> You can replace red color with your color.
.module-inner.module-inline-items .module-inline-item {
border-left: 2px solid red;
border-right: 2px solid red;
}
.module-inner.module-inline-items .module-inline-item:last-child,
.module-inner.module-inline-items .section-title + .module-inline-item:nth-child(2),
.module-inner.module-inline-items .module-inline-item:first-child {
border: none;
}
thank you so much, this was perfect!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025