How can I remove or adjust the cart timer in Dawn theme?

Hello everyone, I virtually completed the setup of my store but when I tried to check out for testing from a customer’s viewpoint, a timer saying ‘your product is reserved for xx minutes’ automatically appears in the cart. It seems that the timer does not affect the product already existent in the cart but it looks annoying. Plus, while the timer says minutes it actually counts in seconds. I want to remove the timer. If it is not removable, at least I want to make the counting in seconds or minutes right. Anyone know how to solve the issue? Should I be changing some setting from the Shopify dashboard or particularly edit any code of the Dawn theme? Many thanks in advance.

URL of my store: www.treeangle.com.au

Just add the following code to the end of base.css

.upcart-announcement {
   display: none !important;
}

Hello @jeaxi

Try this code: it will be helpful to you-

Go to the Online store>Theme>Edit Code>Assets>base.css>Add code in this file.

.upcart-announcement {
    display: none !important;
}

Hi @jeaxi

I guess you are using the app: UpCart—Cart Drawer Cart Upsell on your store. Just go to App managent on your store admin and remove it

Go to “UpCart—Cart Drawer Cart Upsell” app under Apps, find announcement module and change the timer or simply disabled that feature.

THANK YOU! IT WORKED!