Solved

How do I remove "Gift Message" at cart?

TCA-USA
Excursionist
32 0 5

How do I remove the optional gift message at the cart? I'm using debut. giftmsg.PNG

Thanks. 

Accepted Solution (1)

oscprofessional
Shopify Partner
15846 2371 3074

This is an accepted solution.

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;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 3 (3)

oscprofessional
Shopify Partner
15846 2371 3074

This is an accepted solution.

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;
}

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

ThreeBasketeers
Tourist
6 0 2

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!

mylittleworld
Excursionist
36 0 4

Did you ever figure it out?

Thanks a lot!