Hi how can i change my sold out letter to capital letter?
Opt 1: Add this code to the bottom of theme.css (theme.scss.css)
.price.price--sold-out {
text-transform: uppercase;
}
Opt 2: Go to Online Store > Themes > Actions > Edit Languages > look for Product tab > search for “Sold Out” field, and edit the text.
