All things Shopify and commerce
Hello
I'm trying to mark the sold out label in the browser using the devtools to show the undergound html classes but i can't. Does anyone know how can i remove the background color of these labels?
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hi @Anonymous,
This is Henry at PageFly - Shopify Advanced Page Builder app.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
.card__badge span {
background: transparent;
color: black;
}
</style>
Hope this answer helps.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
@mpatsi Please provide store url and password if have!
This is an accepted solution.
Hi @Anonymous,
This is Henry at PageFly - Shopify Advanced Page Builder app.
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag </body>
<style>
.card__badge span {
background: transparent;
color: black;
}
</style>
Hope this answer helps.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
That works, thank you henry!
Glad that i can help you
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @PageFly-Henry
Can you also help me do it on mine? I tried but it didn't work.
I would like mine to look like this:
Hi @mpatsi.,
Follow These steps,
Go to online store theme and go to base.css file paste the code mentiond below.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025