A user working with Shopify’s Startup theme wanted to add vertical dividers between columns in a text-with-images section. They provided before/after mockup images showing the desired border placement.
Solution provided:
Navigate to Store Online → Theme → Edit Code
Open Assets/theme.css
Add custom CSS targeting .module-inline-item elements
The code applies left and right borders to column items, with exceptions to remove borders from first, last, and specific child elements
Border color is customizable (example used red)
Status: Resolved. The original poster confirmed the CSS solution worked perfectly.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
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