I just wonder how can I remove or hide the shipping calculator in cart page? It's the prestige theme. Thanks.
Solved! Go to the solution
This is an accepted solution.
@bighandlf - If you add the following code to the bottom of your cart.liquid template, you should be good to go:
<style> .Section--spacingExtraLarge { display: none; } @media screen and (min-width: 1008px) { .Section--spacingExtraLarge { display: none; } } </style>
User | Count |
---|---|
736 | |
142 | |
104 | |
64 | |
37 |