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

Agiizz Store

Hi, i am having an issue with the plugin. On variation swatch there’s grey background color, and everything is centre aligned. Kindly tell me how can i fix this. I want no background color and everything left aligned. I am using hello elementor theme and elementor.
Desktop version:

p1.PNG

Mobile Version:

p2.PNG

 

Thankyou.

Hakik Zaman

Hi Agiizz,

Thanks for reaching out to us. Can you please give me an exact product link to check?

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Agiizz,

Thanks for sharing the product link. The issue is coming from your theme.

Please place the below CSS at Appearance > Customize > Addtional CSS

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
   background-color: transparent;
}
table tbody tr:hover>td, table tbody tr:hover>th {
   background-color: transparent;
}
.woo-variation-swatches.wvs-show-label .variations th {
   padding-left: 0;
   text-align: left;
}

Then let me know if it resolves your issue or not.

Thank You