How can I customize the font or color of product card badges?
Learn how to quickly customize font, color, or style of product badges using simple CSS in your theme settings, with easy step-by-step instructions for adding your own custom code.
Last updated 4 months ago
Open the theme editor
Go to theme settings
Open the setting for Custom CSS
Add some custom CSS like the code below — update it for your specifics!
Save your work!
.card__badge {
font-family: FontFamilyName;
color: #000; //add the HEX, RGB, or RGBA color value here
}