Goal: Adjust the “Sold out” promotion badge in the Shopify Dawn theme so that when the black variant is selected, the badge has background #7069BC, bold text, and 13px font size.
What was tried: A helper advised adding custom CSS in theme.liquid (at the bottom, before ). An image preview was provided, but the CSS code block appears empty/missing, so exact selectors/styles weren’t shared.
Current issues: After attempting changes, the badge position shifts (notably on mobile), and the text is still not bold. The merchant reports that adding their own CSS made it worse.
Latest update: The helper repeated the same steps (add CSS in theme.liquid) without supplying the actual CSS rules. No new technical details were provided.
Status: Unresolved. Key needs:
Specific CSS selectors and rules to set background: #7069BC; font-weight: bold; font-size: 13px.
Guidance to prevent layout shift on mobile (e.g., consistent container sizing/positioning).
Verification of where the badge markup lives in Dawn to target it correctly.
Notes: The missing CSS snippet and the screenshot are central to resolving the issue.
When my black variant is selected, this badge turns ‘sold out’ but the color of this badge is not correct, text should be in bold & 1 pixel more in size.
The background color of ‘sold out’ should be #7069BC, text in bold & 13px.