How to remove cart button from header - taste theme

Hi! I’m looking to remove the cart / bag icon from the header, as shown below! Thanks so much for your help!

my website is https://goldstar3343.myshopify.com/

there is no password!

Thanks so much!

You could try adding this code to the bottom of base.css

#cart-icon-bubble {
  display:none;
}

Hello @Nick_Marketing this worked perfectly for me. How about removing the login icon? Thank you so much for your help!

@Nick_Marketing I managed to figure it out, but thank you anyway!

@danielanaidu
Thank you! I am glad the solution worked.