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:
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025