Remove the cart message "Things happen...." from card drawer page and normal car page

Topic summary

A Shopify store owner needed to remove a \

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hi @tjngco ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file β†’ Save

.Drawer__Footer .route-div + div {
    display: none !important;
}

Here is result:

Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you :heart_eyes:

1 Like