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

Strange symbol appearing inside of text across all swatches

Hi there,

I recently updated the plugin to the latest version and I noticed that a symbol has appeared inside the text of all the swatches on the site.

Capture.JPG

This wasn’t here prior to the update and I can’t figure out how to get rid of it.

I have also clicked the reset all button and changed my settings back but still ntohing has changed.

Hakik Zaman

Hi Michael,

Thanks for reaching out to us. Can you please place the below code at Appearance > Customize > Additional CSS

.wvs-archive-variations-wrapper .blockUI {
   display: none;
}

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

Thank You

Thanks for the fast reply

 

That code doesn;t seem to do anything.

I managed to get rid of the symbol with this:

.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
display: none;
}

 

However the styling has gone on my button and I don’t seem to have any options to change it inside the app anymore?

Hakik Zaman

Hi Michael,

Sorry for the wrong snippet. Please replace your code with this

.et_pb_wc_add_to_cart form.cart .variations td.value span.variable-item-span:after {
    display: none;
}

Then check again.

Thank You