How to eliminate 'add to cart' from DAWN theme product page?

How to remove “add to cart” from product page in DAWN theme.

Hi @joaotrindadexx

Would you mind sharing your store’s URL so we can provide a solution for your issue? Thanks!

My store is not public yet, it is under construction, but I will send the printscreen, will it work?

Not enough unfortunately as we would need to check the live code directly. You can share a private preview link via messages if you’d prefer, we can thus share the solution shortly!

How do I do this?

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

Hi @joaotrindadexx

Please add the following code at the bottom of your base.css file:

button.product-form__submit.button.button--full-width.button--secondary {
    display: none;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Thanks for the solution bro!!!

For some reason that code isn’t working for me…still see the “Add to Cart” and “quantity” buttons