I want to add a Grey overlay on Sold Out Product on the Collection page
Like this
Currently, this is not working
Now showing like this
Please help me with that
Thank you
I want to add a Grey overlay on Sold Out Product on the Collection page
Like this
Currently, this is not working
Now showing like this
Please help me with that
Thank you
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
This is our Store link
Thank you for your helping!
Hi @AbdulMannan ,
To change you follow the instruction:
.grid-product__tag.grid-product__tag--sold-out {
color: #fff !important;
background-color: #000 !important;
}
I hope it would help you.
Sir this is not working!
Hello There,
.grid-product a.grid-product__link.grid-product__link--disabled:after {
position: absolute;
content: '';
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgb(165 165 165 / 50%);
}
.grid-product a.grid-product__link.grid-product__link--disabled {
position: relative;
}
.grid-product .grid-product__meta {
background: #fff;
position: relative;
z-index: 9;
}
Thank you soo much, this is working perfectly
Thank you!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
Of course
Hi @ZestardTech I need your help
Can you change the sale price color to red and bigger than the cutting price?
Like that:
Thank you!