Help with implementing the ability to delete items from the cart

Topic summary

A user is experiencing issues implementing a delete function for shopping cart items on their online store at faxree.com. Multiple community members offered to help and requested the store URL to diagnose the problem.

Solution Provided:

  • Add CSS code to the base.css file to style the delete button
  • The code targets the tertiary button element and sets its color to black
  • Code snippet:
    a.button.button--tertiary {
        color: #000 !important;
    }
    

Resolution:
The issue appears to be resolved, as the original poster confirmed the solution worked. The problem was likely related to button visibility or styling rather than functionality, making the delete buttons difficult to see or interact with.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hi,

I need help implementing functionality that allows my customers to delete items from their shopping cart on my online store. I’ve tried several different solutions, but I haven’t been able to make it work as expected.

Could someone help me with implementing this feature?

I’m unsure of what might be causing the issue, and I’ve tried various code snippets without success.

Thank you in advance for your help!

@Faxree Hope you are doing well.

Could you please provide your store URL and include a screenshot showing the issue you encountered?

Hey @Faxree I am here to help you. Could you please share your Store URL so that I check which theme is used. And then based on theme I provide you Solution code.
Thanks

https://faxree.com

Thank you!!

https://faxree.com

Thank you!!

Hi @Faxree

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

a.button.button--tertiary {
    color: #000 !important;
}

Result:

Best,

Liz

1 Like

Thank you soo much!!

Hi @Faxree

Please let us know if our reply is helpful by marking it as a Solution! Thank you very much!