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.
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.
Hi @Narkoman
Adding this to the bottom of your themes.css should hide the cart icon:
a#cart-icon-bubble {
display: none;
}
yes, please add this code
.header__icon--cart {
display: none !important;
}