All things Shopify and commerce
When items are added to my cart, I would like to remove the progress bar that says "Congratulations! You qualify for free shipping" completely. Does anyone know how to do this? My theme is Emerge and URL is: https://awaystudios.com.au/
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @Catherinee
Since it is a block, if you want to remove it, you can only remove all text here.
And if you still want to continue removing this text
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.cart--shipping-message {
display: none !important;
}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
This is an accepted solution.
Hi @Catherinee
Since it is a block, if you want to remove it, you can only remove all text here.
And if you still want to continue removing this text
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ
Here is the code for Step 3:
{% style %}
.cart--shipping-message {
display: none !important;
}
{% endstyle %}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.
Hi Daisy,
That worked! I don't mind the line being there as long as the text is removed.
Thank you so much for your help, have a great day! 🙂
Hi @Catherinee
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file
.cart--shipping-message {
display: none !important;
}
Result:
Best,
Liz
Thank you for your help Liz! I managed to resolve it 🙂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025