How can i remove the ''add to cart'' Button Motion Theme

Hello,

I have a website with the Motion Theme.
How can i remove the Button: Add to cart and only leave the Buy Now Button on the Section: Featured Product

I have a digital Product with the app Digital Downloads.

Thank you and best Regards

@Anonym3845 - it can be done via css, can you share this page link?

Yes sure:
Password: 123

https://4daae5.myshopify.com/

Hi @Anonym3845 ,

Would you mind to share your URL website? with password if its protected. Thanks!

Yes sure
Website: https://4daae5.myshopify.com/
Password: 123

Thank you and best Regards

Thank you for the informatin. Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
button.btn.btn--full.add-to-cart.add-to-cart--secondary {
    display: none;
}

Result:

I hope it help.

It worked.

Thank you very much and have a great day.
Best Regards