Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25849

    Hello,

    How can I remove the cart popout tab altogether?

    Thanks

    #128403

    In your quick CSS or using the custom.css add the following:

    .cart_dropdown {display: none !important}

    Scott

    #128404

    Hi!

    Or remove following line in wp-contentthemesenfoldconfig-woocommerceconfig.php

    add_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10);

    Best regards,

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Cart Popout Tab’ is closed to new replies.