How can I delete the 'Gift Message' option from my cart?

How do I remove the optional gift message at the cart? I’m using debut.

Thanks.

Hello @TCA-USA ,

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss

#shopify-section-cart-template #is-a-gift p:nth-child(2) {
    display: none;
}

We are using the Debut theme, and I would like to have the optional “Gift Message” show up in our cart. I am very surprised that it had to be removed for someone, as I don’t see it in our Checkout. Where do we choose to include this?

Thanks!

Did you ever figure it out?