How can I edit or remove text from my cart?

Any idea how I would edit this message? I’m not sure how I even added it. I looked through my notes and it said edit through checkout and tax info but I can’t find anything like that. Would appreciate the help, shipping rates have gone up and I need to change this ASAP

Hi @WWWNZ

Please share your store URL so I can check and give you the code to remove it.

https://weewoodenwonders.co.nz/

Thankyou

Go to Online Store > Themes > Edit Code > open theme.liquid file, add this code after element

.cart__policies { display: none !important; }

Thanks very much for your reply. I’m a bit of a tech idiot! My friend sorted it for me following your directions