Hi, I’m Using Mr. Parker’s theme and need to remove a distractive shipping text that appears on the Cart page. I can’t seem to identify the code for this particular text. How can I go about removing this code/form? I can’t seem to identify it from the cart. liquid codes. I can remove the text from language settings, but the promotional amount remains. I suppose there is a formula code. Any guidance will be appreciated. Thanks
@Ivatech
Share your Store URL. So that I will help you to fix it out.
Thank you.
Add these code in stylesheet.css
.ajax-cart__free-shipping {
display: none;
}
Thank you.
I’ve resolved through theme settings. Thanks
Hi,
There is Two way:
If you need to remove permanently then choose 1st option but it remove temporary then you can choose 2nd way, but 2nd way is better.:
- you need to open sections/cart-template.liquid and remove line no. 133
- Another way is open edit language there is Cart tab > Shipping at checkout heading remove text from text box
Thanks for this. I noted that this is linked to a shipping calculator/estimator on the CART page, not the Checkout page. So, removing text from the textboxes (Language settings) only remove the text, but not the “hidden” value.
I resolved by navigating to Theme, Customize, Theme Settings, Cart. I then unchecked the Shipping calculator.
Shipping Calculator (Unchecked)
Show shipping estimator
The shipping calculator will show on the cart page only, not in the drawer or modal
