Yes, it’s Alston
Topic summary
Adding horizontal lines on both sides of a collection title in a Shopify theme. The requester shared store access, and a helper provided step-by-step instructions to edit the theme’s CSS (base.css/style.css/theme.css) and add pseudo-elements (:before/:after) to the H2 title selector to draw lines. The snippet sets line width (60px), thickness (2px), color (pink), absolute positioning, and responsive offsets for mobile.
Follow-up: The requester asked how to make the lines longer, change the color to a specific blue, and apply the same styling to titles across other pages (e.g., product pages), sharing example screenshots. The helper then noted the store password had changed and requested updated access.
Most recent update: The requester provided the new password (“Alston”), restoring access for further adjustments.
Notes:
- The images attached are used to illustrate the desired visual result on the homepage and other pages.
- Adjusting line length and color would involve changing the width and background-color values in the provided CSS.
- Applying to other pages will require targeting the appropriate title selectors on those templates.
Status: Open; awaiting helper’s next steps to implement the requested refinements and broader page coverage.