Re: Help with Remove Link on Cart Page

Solved

How can I modify the 'Remove' link on my cart page to prevent accidental clicks?

shopcami
Explorer
49 0 18

I want to avoid customers clicking "Remove" by accident, as I have done it several times. I would like to move it lower.. or have the word "Remove" only be hyperlinked, not the whole row to avoid customer clicking by accident (all the space next to the word is hyperlinked).

 

image.png


If these are not possible then would I be able to add a confirmation dialog box with "OK" and "Cancel" in case they click Remove by accident?

Please help, thank you!

Accepted Solution (1)

KetanKumar
Shopify Partner
37585 3668 12152

This is an accepted solution.

@shopcami 

sorry for this issue please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.cart__remove {margin-top: 10px;} /* change valua as you like */

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 3 (3)

KetanKumar
Shopify Partner
37585 3668 12152

This is an accepted solution.

@shopcami 

sorry for this issue please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.cart__remove {margin-top: 10px;} /* change valua as you like */

 

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
shopcami
Explorer
49 0 18

You are amazing! I made it 50 px, thank you so much!

KetanKumar
Shopify Partner
37585 3668 12152

@shopcami 

it's my pleasure to help us

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
Want to modify or custom changes on store Hire Me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing