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

Convert dropdown to button feature

When trying to convert the dropdown to a button it still leaves a dropdown arrow on my button. Can you help?

 

https://sonicalchemymusic.com/product/peavey-raptor-series-electric-guitar-basic-colors/

Golam Kibria

Hi Dorian,

Please try adding the following CSS to the customizer:

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

Let me know if the issue is resolved.

Thank You

Golam Kibria

Hi Dorian,

Please try the following code:

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

Let me know if the problem is resolved.

Thank You