-
Does this change the color of the font to black? I noticed you included " color: #000 !important" for both the price and item description. I would like the keep the current color.
-
I do not want the item description to be bold. I noticed that your code included “font-weight: bold !important;”. Should I just remove this to keep it as it is?
-
Is this where I post the code?
Topic summary
Main goal: customize price typography beyond theme settings—make prices bold, reduce price size on the Shop (collection) page to match item descriptions, and keep product page price bold without changing other text.
What’s been tried:
- Global CSS suggested via Theme Settings > Custom CSS: .price__regular { font-size: 23px; font-weight: bold; }. This applied to both collection and product pages; OP says it’s still too large on the Shop page.
- Another proposal to add CSS in theme.liquid before , targeting .price__regular .price-item–regular (bold, size 21px, color #000) and .product__title h1 (bold, 27px, color #000).
OP feedback/questions:
- Wants different sizes per page (smaller on Shop, keep bold on both).
- Does not want product title/description bold; asks if removing font-weight lines is sufficient.
- Wants to keep current colors; asks if color: #000 will override and whether to remove it.
- Confirms store URL (no password) and asks if theme.liquid is the correct place to paste code.
Status: unresolved. Next steps likely require page-specific CSS selectors (collection vs product) and removing color/bold overrides to preserve existing styles. Screenshots provided for context.
