How do I hide the cart icon in the header on Broadcast theme?

Hi @Sunny2Day

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.navlink.navlink--cart.navlink--cart--icon {
display: none;
}