How can I remove the cart icon from my website design?

Hello!

I need to removing cart icon because I design regular websites on the Shopify platform

Hey @tareekshawi ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

Hi @tareekshawi !

This is PageFly - Advanced Page Builder. I would love to give you some recommendation

Please share Page URL so that I can inspect and send code accrodingly

Best Regards;

PageFly

https://fina-froken.myshopify.com/

password 0

https://fina-froken.myshopify.com/

password 0

Hey @tareekshawi ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store->Theme->Edit code->theme.scss->paste bellow code in bottom of file.

.js-drawer-open-cart {
    display: none !important;
}

If you feel like my answer is helpful, please Like and mark it as a solution**.** Let me know if you have any further questions.
Thank you!
Raman

Thank you very much its working!