Hello! I am trying to remove the shopping cart icon from my site, any help would be greatly appreciated!
oh sorry for that issue,
can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/timber.scss.liquid->paste below code at the bottom of the file.
.cart-link {
display: none !important;
}
Thank you!
its my pleasure to help