Can't remove items from cart in Dawn theme

Solved

Can't remove items from cart in Dawn theme

5irjoe
Visitor
2 0 2

I remember there was a bin button for removing each item in the cart but it has disappeared.
Basically the customers need to clear cookies for removing the items from the cart. It is frustrating explaining such a workaround.

Here is the store link: https://vintageboutique.it/
Thank you for any suggestion to solve this issue

Accepted Solution (1)

Moeed
Shopify Partner
7722 2071 2550

This is an accepted solution.

Hey @5irjoe 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
cart-remove-button .button {
    color: black !important;
}
</style>

RESULT

Moeed_0-1748797503479.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
7722 2071 2550

This is an accepted solution.

Hey @5irjoe 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
cart-remove-button .button {
    color: black !important;
}
</style>

RESULT

Moeed_0-1748797503479.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Betterave-Nina
Tourist
65 8 8

Hi @5irjoe.

 

You just need to enable the color for it. Here's how to achieve that.

 

1: Go to Online Store -> Theme -> Edit code
2: Search file base.css
3: Add the following code to the bottom of the file -> Save

 

cart-remove-button .button {
	color: rgb(var(--color-foreground))!important;
}

 

If done correctly, the result should be:

Screenshot_3.png

 

I hope this helps! 

➡➡   Easy Embed Code   ⬅⬅ insert CSS/JS/HTML/Liquid code into any store page



Speed Booster App - Improve your store speed in 3 clicks
Need professional help with your Shopify store? DM me, let's talk!
Geeky notes