Tagged: Cart, tab, woocommerce
Hello,
How can I remove the cart popout tab altogether?
Thanks
In your quick CSS or using the custom.css add the following:
.cart_dropdown {display: none !important}
Scott
Hi!
Or remove following line in wp-contentthemesenfoldconfig-woocommerceconfig.php
add_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10);
Best regards,
Peter