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

I’ve tried using in what I think is the code for it under Sections > header.liquid.

Any suggestions for hiding the cart icon on Broadcast theme?

Could you please share your url? @Sunny2Day

The website and password has been sent to thirtycoders@gmail.com

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;
}

Hi @Sunny2Day

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

how would I also remove the account icon at the same time?