Hi, I am trying to figure out how to fix the opacity on an image of a sold-out product. I don’t like the way it looks, can someone please help me out with that. My website is www.vicesneakers.com is you need to check the code.
Hello @tpena23
Please use below code on assets → theme.scss.css at the bottom to change soldout item opacity
.grid-view-item–sold-out .grid-view-item__image{
opacity:1 !important;
}
Please add below css code in assets/theme.scss.css file
.grid-view-item–sold-out .grid-view-item__image {
opacity: 1;
}
Thank you.
Thank you, it worked.