i have installed an a cart drawer app
once i add any item to the cart the two cart drawer are appears (app cart drawer in front + original motion theme cart drawer in behind)
i want to remove the original cart drawer from appearing
Main issue: After installing a cart drawer app, both the app’s drawer and the Motion theme’s native drawer appear at the same time. The user wants to disable the theme’s drawer. (A “cart drawer” is the slide‑out mini-cart panel.)
Suggested fix: Add CSS to hide the theme drawer by targeting #CartDrawer with display: none !important in Assets > theme.css.
User follow-up: The user shared their store URL and a screenshot, noting they couldn’t find the referenced file. The helper identified the store as using an older version and requested collaborator access to investigate directly.
Access steps: The user agreed, sent the contributor code via private message, and the helper confirmed they will check after receiving/confirming access.
Additional guidance: Another participant advised contacting the app’s developer, as app-driven theme modifications should be supported by the app team, especially for paid apps.
Status: Unresolved/ongoing. Next actions are the helper’s review via collaborator access and/or seeking support from the app developer to properly disable the Motion theme’s native cart drawer.
i have installed an a cart drawer app
once i add any item to the cart the two cart drawer are appears (app cart drawer in front + original motion theme cart drawer in behind)
i want to remove the original cart drawer from appearing
Hi @veillout ,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
#CartDrawer {
display: none !important;
}
Hi @veillout ,
I checked and you are using old version, can I send you collaborator invitation? it will help me check
yes i need help for that
Hi @veillout ,
Please send me the contributor code in private message, I will check it for you
sent it
You should also contact that apps developers directly, for an app doing such a specific theme modification this is 100% a situation you should expect them to be ready to support. Especially if it’s a paid app.
Hi @veillout ,
I have replied it, after confirmation I will check it