Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1083360
    goalsarecool
    Participant

    When a product is added to my cart here: https://www.goalsarecool.com/cart/

    How do I remove the attached

    #1083541
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    .cart_totals {
        display: none !important;
    }

    Thanks.

    #1083812
    goalsarecool
    Participant

    That doesn’t work because it removes the proceed to checkout button.

    #1084259
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please use following CSS instead:

    .cart_totals h2 {
        display: none !important;
    }
    
    table.shop_table.shop_table_responsive {
        display: none !important;
    }

    Thanks.

    #1084800
    goalsarecool
    Participant

    That didn’t work. It removed everything except the button and the section that says you may be interested in…

    #1084960
    Thai
    Moderator

    Hi There,

    Please add the following CSS instead:

    .woocommerce .cart-collaterals .cart_totals > h2,
    .woocommerce .cart-collaterals .cart_totals > table {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1083360 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>