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

Jonas Brown

https://dawsonforher.com/product/leather-patch-beanie/

How do I remove the background color and move the word Color to the left of the icons and the color over the images

Golam Kibria

Hi Jonas,

Please try adding the following CSS to the customizer (Appearance > Customize > Additional CSS).

.woo-variation-swatches.wvs-show-label .variations th {
display: inline-block;
}

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

Here is the result.

I will wait for your feedback.

Thank You