How can I customize the font or color of product card badges?
Use Align’s Body font setting to change the font used by product-card badges. If you only want to change the badge color, add a short rule to Custom CSS.
Change the badge font
Section titled “Change the badge font”- In the theme editor, open Theme settings.
- Open Fonts and choose your Body font.
- Save your changes and preview a product card with a sale or sold-out badge.
The Body font also applies to other supporting text across the theme, not only badges. For a broader overview, see Shopify documentation on customizing theme settings
Change the badge color
Section titled “Change the badge color”-
Go to Theme settings → Custom CSS.
-
Add the following rule, replacing the example color with your preferred value:
.card__badge {color: #1a1a1a;} -
Save and review each badge type used in your store.
For Align-specific setup details, see Company XYZ documentation on Custom CSS. For more details, see Shopify documentation on adding custom CSS to your theme