Goal: center the collection page text without centering product titles on product pages. The current CSS change centers both, which is undesired.
Support requests: Multiple responders asked for the store URL and password to inspect the theme setup. The requester agreed to share details via direct message rather than publicly.
Proposed solutions:
GemPages suggested editing theme.liquid and pasting code before , with screenshots of the steps. The provided code block appears empty, so the exact fix is unclear.
A specific CSS rule was suggested: add to base.css at the bottom: .card__heading:last-child { text-align: center; }. This targets headings (likely on collection item cards) to center text, intended to avoid affecting product titles.
Context: A “collection page” lists multiple products with collection-level text; a “product page” shows details for a single product and its title.
Status: No confirmation yet that the CSS resolves the issue; discussion remains open.
Action items: Provide store access privately, test the CSS selector change, and refine selectors to target only collection-page elements if needed.
Attachments: Screenshots illustrate the misalignment and theme editing steps.