What's your biggest current challenge? Have your say in Community Polls along the right column.

Delete buttons in cart

Solved

Delete buttons in cart

manter
Excursionist
17 0 6

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!

 

Screenshot 2024-11-09 at 11.31.04 PM.png

Accepted Solution (1)

Liquid_xPert_SJ
Shopify Partner
1285 139 184

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:

 

2024-11-21 16_41_07-Window.png

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂

View solution in original post

Reply 1 (1)

Liquid_xPert_SJ
Shopify Partner
1285 139 184

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:

 

2024-11-21 16_41_07-Window.png

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂