Shopify themes, liquid, logos, and UX
Hello! Maybe someone could help me delete these buttons in cart? One is intended to get you back to the homepage, and another is intended to clean all the cart. The page is https://holycup.lt/cart . Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi@manter welcome to the Shopify Community,
.pagecart .tt-shopcart-table .tt-shopcart-btn {
display: none !important;
}
Please add below code into your theme.css file and save it.
Instructions :
Admin Dashboard > Edit Theme Files > Assets folder > find theme.css and paste above code
Solution to pages above code into theme file called theme.liquid before the </body> tag
file location is
Admin Dashboard > Edit Theme Files > Layout folder > theme.liquid
<style>
.pagecart .tt-shopcart-table .tt-shopcart-btn {
display: none !important;
}
</style>
Final Results:
This is an accepted solution.
Hi@manter welcome to the Shopify Community,
.pagecart .tt-shopcart-table .tt-shopcart-btn {
display: none !important;
}
Please add below code into your theme.css file and save it.
Instructions :
Admin Dashboard > Edit Theme Files > Assets folder > find theme.css and paste above code
Solution to pages above code into theme file called theme.liquid before the </body> tag
file location is
Admin Dashboard > Edit Theme Files > Layout folder > theme.liquid
<style>
.pagecart .tt-shopcart-table .tt-shopcart-btn {
display: none !important;
}
</style>
Final Results:
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024