All things Shopify and commerce
Hi there!
My sold out button is black in the collections pages and I am trying to change this colour. Here are examples:
https://www.skylaroseco.com/collections/headbows
I have searched and found several solutions that aren't quite clear. Is anyone able to assist?
Thank you in advance for your help!
Kind Regards,
Renee
Solved! Go to the solution
This is an accepted solution.
Hi @reneemi
Please add the following code at the end of your base.css file:
span.badge.badge--bottom-left.color-inverse {
background: #ffcfcf; //Controls Main Background Color
border-color: #ffcfcf; //Controls Border Color
color: black; //Controls Text Color
}
That should do it!
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
This is an accepted solution.
Please add this CSS to your css file
.card__badge span{
color:#000;
background:#fff;
border-color:#fff;
}
Thanks!
This is an accepted solution.
Hi @reneemi
Please add the following code at the end of your base.css file:
span.badge.badge--bottom-left.color-inverse {
background: #ffcfcf; //Controls Main Background Color
border-color: #ffcfcf; //Controls Border Color
color: black; //Controls Text Color
}
That should do it!
Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!
Both of these solutions worked well and were an easy fix. Thank you so much for your help!
This is an accepted solution.
Please add this CSS to your css file
.card__badge span{
color:#000;
background:#fff;
border-color:#fff;
}
Thanks!
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023