Hi everyone!
I want to remove the text “Special instructions for seller” and the box in my cart during the checkout. How can I do that without moving the rest of the text on the cart?
I also want to change the text “Tax included and shipping calculated at checkout”.
I use the Debutify theme 3.0.3
Thank you in advance for the help!
Go to file snippets > cart-page.liquid and please follow the steps:
Hi LitExtension!
I followed your instructions exactly, but unfortunately it didn’t work.
The text and the box are still there.
Do you know what the causes are?
Many Thanks!
@Markan21 , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
.cart__note{display:none !important}
Please let me know whether it works.
Kind regards,
Diego
Hi diego_ezfy!
It worked! Thank you for your help.
@Markan21
You’re welcome. Kindly make sure to click on “Accept as Solution” below whichever answer helped you to help other people in the community with the same issue in the future.
Kind regards,
Diego
hi I have got the same problem and i want to add the code but there is no line left in the file anymore.
what can i do now?