i want to remove add-to-cart icon from header motion version 10.4.0
Please place the below code into your theme customizer settings.
a.site-nav__link.site-nav__link--icon.js-drawer-open-cart {
display: none;
}
Thanks
@arabella016 if you want to hide with CSS, then please share the store link. otherwise, you need to modify the liquid code of the header file.
Hi @arabella016 . You can add the following css in your theme editor.
.header-item .cart-link {
display: none;
}
Steps:
-
Go to your theme editor
-
Click header and menus
-
Then in the right you’ve “custom css”, paste the above code there.
Here is a screenshot of the work.
Faisal Ahmed | Brain Station 23
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

