Sense theme there is no remove item" or "delete" button

Topic summary

A Shopify store owner using the Sense theme reported that customers cannot remove items from their cart because the delete button is invisible.

Solution Provided:

  • The remove button exists but was hidden due to a color styling issue
  • A CSS code fix was shared to make the button visible by changing its color to black
  • The code should be added to the theme’s base.css file via the ‘Edit Code’ option

Code snippet:

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

Current Status:

  • The original poster confirmed the fix worked successfully
  • A new user has reported the same issue but states the provided code did not resolve their problem
  • The discussion remains open with this unresolved case
Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi!

There is no “remove item” , trash or “delete” button in my cart in Shopify.

Customers once added an item to the cart, they can’t remove it. I use sense theme.

Can you please help me? If I can edit it with a code, where or which part should it be inserted?

This is my store: https://nobleequus.com/

Thank you!

Hi,

Actually, there is a button, but it only appears when you hover over it. The problem will be solved with the color code below. I think you made a small mistake. :slightly_smiling_face:

Terence.

The following code will do what you want. You can change the values as you like. If you encounter any issues again, feel free to write, I’ll help.

Navigate to the ‘Edit Code’ option in your theme settings, then search for “base.css” in the search bar and add below codes.

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

Thanks! The button is now visible :hugs:

You are welcome.. It was just a small thing for me. :slightly_smiling_face:

I’m not sure what level of assistance you’re looking for here, but if you’re seeking affordable, monthly, or long-term advanced help, we can also offer you the 'Shopify Premium Support’ service that we provide to many others here. Our service is not hourly or per project, it’s monthly. You can request as much assistance as you need.

There is no limit as a support request!

Generally, we provide superficial assistance here. The detailed help is provided to our clients through 'Premium Support.’

If you have an e-commerce store or website, working with someone who can provide continuous assistance will always be better for you.

In addition to quick solutions, we provide:

  • Fast Turnaround
  • Dedicated Advanced Front-End Coding Assistance with CSS and Javascript
  • Animated Coding Support
  • Free Advanced Apps
  • Comprehensive On-Site and Off-Site SEO Reports
  • Expert Consulting
  • Unique Mobile Premium Features
  • Design and Frontend Management

and much more…

Maybe you’re tired of constantly seeking help here, so I wanted to write this. Assistance on the Shopify community is usually quite superficial.

If you’re interested, you can check out the link in my signature. Feel free to reach out via private message, email, or WtApp if you have any questions. :folded_hands:

Terence…

Hello @TerenceKEANE I have the same problem but even with the code given the button is not fixed. Thanks