Hello,
Does anyone know how to disable the cart icon in the top right?
Also, does anyone know how to disable the arrow icons next to all the buttons on the Tate theme?
Thanks for your help!
Hello,
Does anyone know how to disable the cart icon in the top right?
Also, does anyone know how to disable the arrow icons next to all the buttons on the Tate theme?
Thanks for your help!
Welcome to the Shopify community!
Thanks for your good question.
kindly share your store URL, so that
I will check out the issue and provide a solution.
Hello,
Thanks for your quick reply! The shop is
hanansultan.myshopify.com/ and the password is Hanan.
.multicolumn-card__info .icon-wrap, svg.icon.icon-cart-empty {
display: none !important;
}
Add this code in the bottom of base.css file.
It worked!! Thank you so much!