2, Locate and open the theme.css (or base.css, custom.css) file.
3, Paste the code snippet provided below at the bottom of the file, then save your changes.
.product-meta__price-list-container span.label.label--highlight {
/* You can adjust this value according to your preference */
font-size: 16px;
text-transform: capitalize;
}
If you want to capitalize only the 1st letter, you can replace the code snippet above with this
.product-meta__price-list-container span.label.label--highlight {
/* Change the font-size to your preference */
font-size: 12px;
text-transform: lowercase; /* Make all text lowercase */
}
.product-meta__price-list-container span.label.label--highlight::first-letter {
text-transform: uppercase; /* Capitalize the first letter */
}
And if you’re looking to add custom free gift functionality to your store, you should definitely check out our app, Salepify! It’s designed to enhance your sales strategy with features like tiered discounts, cart rewards, and seamless integration with Shopify!