Tagged: woocommerce
Hello –
Using latest versions of WordPress, Enfold and WooCommerce. One item in cart has extra link box “show details” along with “add to cart”. I don’t want “show details”. How can I remove?
Thanks,
Hey jancecile!
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .avia_cart_buttons .button {
width: 100%;
}
#top .avia_cart_buttons .button-mini-delimiter,
#top .avia_cart_buttons .show_details_button {
display: none !important;
}
Hope this helps.
Regards,
Nikko
Worked perfectly — thank you!
Hey!
Glad we could help :)
Regards,
Nikko