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

Arrows in Product Attribute boxes?

Scott Ventura

Screen Shot 2022-08-14 at 7.36.12 AM.png

There arrows in the attributes buttons that have recently appeared.

How do I remove these?

Hakik Zaman

Hi Scott,

Thanks for reaching out to us. Please try to add the below 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 clear your caches like- Browser Cache, Caching Plugin Cache, and Server-Side Cache.

If still no luck, try the below snippet:

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

Then clear your caches again. Hopefully, it will resolve your issue. Please let me know if it resolves your issue or not.

Thank You

Ahmed Ehsaan

Hi Scott,

I’ve refunded your purchase! Hopefully, we can help you next time.

Thank You