Hello, I would like to change the background and font color/size of the Sold Out label for the product collection on Impulse OS 2.0. Any ideas? Thank you.
@vasilepachitanu - can you please share your page link? it needs css for it
@vasilepachitanu - please add this css to the very end of your theme.css file and check, adjust color and values as needed
.grid-product__tag.grid-product__tag--sold-out {
background-color: #fcce0c;
color: #fff;
font-size: 14px;
}
Thank you very much @suyash1

