How to disable and or modify the "Sold Out" label.
-
Hello,
Our sold-out label looks like the attached picture as a result we want to turn it off, we have looked over the internet and tried a few different snippets, and they have no effect.
Also, we need to be able to edit it, where or how can we do that?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
/*sales*/ body .labels-rectangular .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Edit as per your needs, you can change the color, background color, and reduce the size.
Best Regards
I have done as instructed and there is no result, same issue.
I went into css and changed the font size from 12 to 10 and solved the issue. I see how I can have some control directly in the css.
Fine. If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to disable and or modify the "Sold Out" label.’ is closed to new replies.