kt-lane Posted September 19 Share Posted September 19 Site URL: https://www.ktlanestudio.com/originalpaintings/all-archive-of-work Hello! I'm wondering if anyone can provide how-to or custom code to make the "sold out" badge on my site be a small red circle that says sold out? Appreciate any help! Link to comment
tuanphan Posted September 23 Share Posted September 23 On 9/19/2024 at 9:54 PM, kt-lane said: Site URL: https://www.ktlanestudio.com/originalpaintings/all-archive-of-work Hello! I'm wondering if anyone can provide how-to or custom code to make the "sold out" badge on my site be a small red circle that says sold out? Appreciate any help! You can use this to Website Tools > Custom CSS div.product-mark.sold-out { background-color: red; color: #fff !important; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment