How can i hide "add to cart" button on all product collection

Topic summary

A user running Shopify Refresh 14.0 theme wants to convert their store to B2B by hiding prices and \

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

i am using shopify refresh 14.0 theme, i want to make my shopify website as a b2b website, so i need to hide all the price and “add to cart” menu. i managed to hide price and add to cart on the single product page. however, i am unable to hide the “add to cart” button on product collections.

i tried to find the product.liquid or similar file in section file, there is no product.liquid or similar file in my section part, evenworse, there’s none file contains “addtocart” or “add-to-cart”.

please help me, really appreciate.

below is the product collection which show “add to cart”, i want to remove it all.

Please share your website url? @amandalala

it is itracksafe.myshopify.com

Hello @amandalala ,

  • Log in to Shopify Admin.
  • Navigate to Online Store > Themes > Actions > Edit Code.
  • Open “base.css” file.
  • Paste CSS code at the bottom.
  • Save changes.
  • Preview and publish if satisfied.
.quick-add__submit {
    display: none;
}

Thanks!

thank you, but it not work, add to cart still there after i add in base.css. :sob:

thank you, it works!!! really appreciate!

1 Like

I’ve been struggling for hours, and you managed to solve it with just a few codes! Thank you so much for your invaluable help. have a nice day.

1 Like

Thank you