• Resolved valkala

    (@valkala)


    Hi. I tried using CSS to hide the “Totals” row in the mini cart, however it’s still displaying this.

    I pulled the class name from the inspector, and this is what tried to use:

    .woocommerce-mini-cart__total total {
        display: none;
    }

    and

    .woocommerce-mini-cart__total {
        display: none;
    }

    Your help is appreciated.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How do you hide “Total” row from mini cart?’ is closed to new replies.