Hi there,
I would like to know the following:
-
How do I change the Sold Out button color and text?
-
How do I change the thickness of the crossed line in variants?
https://pinsowl.com/products/pinsowl™-laptop-stand?variant=44586728194279
Hi there,
I would like to know the following:
How do I change the Sold Out button color and text?
How do I change the thickness of the crossed line in variants?
https://pinsowl.com/products/pinsowl™-laptop-stand?variant=44586728194279
Hi,
You can try this code
.variant-input-wrap label.disabled:after{
border-left: 4px solid;
}
.product-single__form .btn[disabled]{
color: #ffffff !important;
background-color: #e22120 !important;
}
Please add the following CSS code to the assets/theme.css bottom of the file.
.variant-input-wrap label.disabled:after{
border-left: 4px solid;
}
.product-single__form .btn[disabled]{
color: #ffffff !important;
background-color: #e22120 !important;
}
Thanks!