How can I delete the cart icon on my Foodly theme?

Hello how can i remove cart icon ?
https://caramels-konditori.myshopify.com

Theme: Foodly

Hi @tareekshawi

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag


Please refer to this screenshot:

Hope you find my answer helpful!

Best regards,

Victor | PageFly

1 Like

Adding to Victor’s point:

  • This solution will basically hide the icon, but be aware that the functionality is still there, so people can still access your cart going straight to /cart
  • also if you’d have your own dev, they’d probably wouldn’t recommend to insert this style code in the theme file but directly under the styles file for maintenance and performance purposes - but it’s not a huge problem to do as presented here
  • if you want to hide it only on specific pages, you may even look into adding that code directly into the theme file editor under the added code - so that code would apply only on specific pages
1 Like

Can you help me to hide search icon too?