Tagged: x
-
AuthorPosts
-
July 12, 2016 at 11:37 am #1083360
goalsarecoolParticipantWhen a product is added to my cart here: https://www.goalsarecool.com/cart/
How do I remove the attached
July 12, 2016 at 1:20 pm #1083541
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.cart_totals { display: none !important; }Thanks.
July 12, 2016 at 4:25 pm #1083812
goalsarecoolParticipantThat doesn’t work because it removes the proceed to checkout button.
July 13, 2016 at 12:03 am #1084259
Prasant RaiModeratorHello 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.
July 13, 2016 at 8:01 am #1084800
goalsarecoolParticipantThat didn’t work. It removed everything except the button and the section that says you may be interested in…
July 13, 2016 at 9:51 am #1084960
ThaiModeratorHi There,
Please add the following CSS instead:
.woocommerce .cart-collaterals .cart_totals > h2, .woocommerce .cart-collaterals .cart_totals > table { display: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1083360 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
