Shopify themes, liquid, logos, and UX
Hey ! i don't know why but when we add product to cart, in the cart section the button "+" to add more of the product selected and the icon for delete a product from cart have disappeared :
how to fix this ?
website: utopia-paris.fr
thanks !
Solved! Go to the solution
This is an accepted solution.
Hi @UTOPIA-PARIS,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.icon-plus {
display: none !important;
visibility: visible !important;
}
This is an accepted solution.
Hi @UTOPIA-PARIS,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.icon-plus {
display: none !important;
visibility: visible !important;
}
it's fixed, i have find out that i added some code to hide the visbility, thanks for u anwser !!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025