Remove add to cart button from product grid from Dawn theme

I want to remove ‘add to cart’ button from the product grid. In my catalog section the ‘add to cart’ button is looking very disoriented

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi,

Just sent you the password and store link.

Adding my store link here as well: https://4c6338-2.myshopify.com/

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
button.btn.btn-globo.globo--add-to-cart.globo-ajax-form-cart {
    display: none;
}

It worked. Thank you!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.