How to remove cart icon from header- Colorblock theme

I am not selling on this page just collecting forms. I have removed the search and menu buttons so far last i need to remove the cart button/icon. Ive searched and everyone says to add code to theme.css file but colorblock doesnt have it.

Thanks in advance!

1 Like

@evollc

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header__icon--cart {
    display: none !important;
}

@evollc Please send me store url.

Lets go! Thank you so much