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

divi WooCommerce Arrow on top of variation

Hello,

I purchased your product and it’s great, I just got a little issue, about some arrow which shows up on top of my variations ( see the picture below)

I using the Divi Theme

Screenshot 2023-05-30 at 21.15.01.png

Hakik Zaman

Hi presley,

Thanks for reaching out to us. Please add the following CSS at Appearance > Customize > Additional CSS

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

Then check whether it resolves your issue or not.

Thank You