@milaclothesofficial
try to use this css
.woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
background: #ffffff;
}`
It doesn’t work. I tried in additional css. 🙁
Hi, milaclothesofficial, try using this CSS as well:
div.type-product tbody tr:nth-child(even) {
background-color: rgb(255, 255, 255);
}
div.type-product tbody tr
this part is red, so I guess it doesn˙t work for that reason.
Hi @milaclothesofficial, sorry for the delay.
I did inspect the page and noticed that the background is coming from a plugin that is installed on your site. Refer to this screenshot, please.
Custom CSS like the below should work
.woocommerce div.product form.cart .variations tr {
background-color: unset;
}
If it doesn’t work, maybe you can try to reconfigure the plugin that is seen in the screenshot above or get in touch with the plugin author/support.
Let us know if you need more help, otherwise please mark the topic as Resolved.
Kind regards,
Herman 🙂
Thanks,I deinstalled plugin and now everything works.