Help Removing Update & View Cart Buttons (Nitro Theme)

Hi Shopify Community,

I’m looking for some help removing two buttons from my Nitro theme, and I’m hoping someone can provide clear, simple instructions.

Here’s what I need:

  • Remove the “Update” button on the cart page. I tried editing the theme code (like cart-template.liquid), but I couldn’t find the correct code to remove. I’m not very comfortable with coding, so specific guidance would be really helpful.
  • Remove the “View Cart” button from the cart drawer. I’d like to remove this button entirely as well.

My theme is “Nitro,” and I haven’t added any custom code or apps that would cause these buttons.

If anyone has experience with the Nitro theme and knows how to remove these buttons, I would greatly appreciate your help!

Thanks!

Hey @jimbello

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 tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @jimbello

You can try to add this code to Custom CSS in Online Store > Themes > Customize > Theme settings and check if those buttons are removed.

.bee-minicart-group-btns .bee-btn__cart,
.bee-cartPage-info .bee-btn__update { display: none !important; }

Thank you I will try this and report back

Take your time!

is this what i should do?

Plese remove this bracket

Hey @jimbello

Not here, you can add them in your theme files as well by following the steps which I mentioned above.

Best Regards,

Moeed

.bee-minicart-group-btns .bee-btn__cart,
.bee-cartPage-info .bee-btn__update { display: none !important; 
}

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the tag before the body ----->
if this code work please do not forget to like and mark it solution

follow these step