Hi! i’m hoping to have ghe sold out button be a different colour at the bottom (the green one, not orange) so that it stands out more in all product pages etc.
I’ve tried other thread solutions but they didn’t work ![]()
Rollingbeetledice.com.au
butt
A user wants to change the background color of the “sold out” button on their product pages to make it more prominent (specifically requesting green instead of orange).
Proposed Solution:
Current Status:
Note: Some portions of the conversation appear corrupted or encoded, making complete details difficult to verify.
Hi! i’m hoping to have ghe sold out button be a different colour at the bottom (the green one, not orange) so that it stands out more in all product pages etc.
I’ve tried other thread solutions but they didn’t work ![]()
Rollingbeetledice.com.au
butt
Hello @RollingBeetle
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->section-main-product.css>Add this code at the bottom.
span.badge.price__badge-sold-out.color-background-2 {
background: #8ABE92 !important;
}
H!
It didn’t seem to work ![]()