mari____ Posted July 11, 2022 Share Posted July 11, 2022 Site URL: https://www.marilyneblais.com/shop-1 I would like to replace the "sold out" label with an custom image. Is there a way to do that via custom CSS? Link to comment
Solution tuanphan Posted July 11, 2022 Solution Share Posted July 11, 2022 Add to Design > Custom CSS. Replace pixabay url with new image url .product-mark.sold-out { color: transparent !important; background-image: url(https://cdn.pixabay.com/photo/2022/07/06/03/41/business-7304257__340.jpg) !important; background-color: transparent !important; background-position: center center !important; background-repeat: no-repeat !important; background-size: cover !important; } mari____ 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
mari____ Posted July 11, 2022 Author Share Posted July 11, 2022 Thank you it worked!!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment