fbpx
🀝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🀝 Grab it Now

Can’t change the variation background

Katarina K

Hi,

I’m having issues changing the background color in the variation column. No settings I try to make is showing on the background. I’ve checked that there’s no other active background that could be showing. Still no results. I simply want a transparent or white background to go with my design. I’ve made other settings to fields, buttons and that works just fine. It’s just this one background that I can’t seems to change.

I use Woocommerce, Elementor and your variation swatches plugin (I use free version, not pro).

I recorded some of the issues and the background settings:
https://www.loom.com/share/a73bd51f796641f88fddc4e571c59e51
Am I missing some setting or is there a bug?

Thanks in advance,

Katarina

Hakik Zaman

Hello Katarina K,

Thanks for reaching out to us. We are sorry for your inconvenience.

Could you please provide us the exact link? So that we can check it for you.

Hope to hear from you soon.

Thanks

Hakik Zaman

Hello Katarina K,

Thanks for providing the link. Please put the below code to Appearance > Customize > Additional CSS

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
   background-color: transparent;
}

Please let me know if it resolves your issue.

Thanks

Katarina K

This worked perfectly! Thank you so much for your help!