How can I eliminate the cart option from my website?

Hello.

I want to remove the whole cart option on my story, it’s useless as i want to do services and not e commerce.

Theme: Refresh

Best Regards.

1 Like

Hi @Narkoman

Adding this to the bottom of your themes.css should hide the cart icon:

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

@Narkoman

yes, please add 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;
}
1 Like

Hello @KetanKumar .

Thank you very much Sir!

Best Regards.