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

Corey Fakeley

I am wondering if in the pro version you can edit the background and fonts. We are using a dark background but the fonts are white on white in the variation swatches. I don’t want to purchase it and find out I can’t

https://lilbuckaroodesign.ca/content/product/bears-hoodies/ is an example

Hakik Zaman

Hello Corey,

Thanks for reaching out to us. Please put the below CSS at Appearance > Customize > Additional CSS and hit the button Publish

table tbody tr td {
background-color: #000 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
color: #000;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
background-color: #fff;
background-color: rgba(255,255,255,.9);
color: #000;
}

.elementor-kit-837 label {
color: #fff;
}

.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
border-top: 5px solid #fff;
border-top: 5px solid rgba(255,255,255,.9);
}

Please let me know if it resloves your issue.

Thanks