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

Change Background color of Blur without cross

Hi,

I would like to change the background color of the Blur without cross option. Thanks

Hakik Zaman

Hello Massimo Rigoni Savioli,

Thanks for reaching out to us. So you want to change the blurred background color?

If yes then you have to add some custom CSS. Could you please give me the direct link to the example product with a screenshot?

Note: Please use the Lightshot app to paste the screenshot link here.

Thanks

Tanvirul Haque

Hi Massimo Rigoni Savioli,

Could you please give your exact product page link to check and share an example about background color?

Thank you

Tanvirul Haque

Hello Massimo Rigoni Savioli,

Could you please try to use the following CSS code inside your theme customizer additional CSS section and replace the color code with your desire color?

.woo-variation-swatches.wvs-attr-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled {
background: #000000 !important; // Change the color code
}

Thanks