Can someone help me change the “SOLD OUT” listed under products to the color red?
1 Like
sorry for that issue can you try this code.
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.price__badge--sold-out {background: #00bcd4;} /* change color as you like */