fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Out of stock cross

Hello,

 

I need a little help with the red cross if out of stock. Is the red collor adjustable?

Ik like to set the red color to gray.

 

/thanks.

Hakik Zaman

Hi Ralph,

Unfortunately, the feature is not currently available.

​But it’s a great idea. I’ve added it as a feature request. I’ll discuss this feature with my team and make it available with the coming version.

In the meantime, please send the feature request here: https://storepress.fider.io/
and ask your other to upvote it.

To achieve the gray color you can add the below CSS to Appearance > Customize > Additional CSS

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after, .woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before{
   background: gray !important; /* set your color here */
}

Please let me know if it helps.

Thanks