How can I remove the cart icon from my website's header?

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

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