How can I remove the Add To Cart button in Debut theme?

Hey!

I’m using Debut theme and I need to remove Add To Cart button and keep only Buy It Now. I’ve tried to remove it with code (I’ll attach part of the code) but then slider on my product pages started working wrong. Let me know how can I do it?

Part of code I removed below:

[details=Show More]

Show More
Show More
Show More

{% unless current_variant.available %} aria-disabled=“true”{% endunless %}

Show More
Show More

aria-label=“{% unless current_variant.available %}{{ ‘products.product.sold_out’ | t }}{% else %}{{ ‘products.product.add_to_cart’ | t }}{% endunless %}”

Show More
Show More

class=“btn product-form__cart-submit{% if section.settings.enable_payment_button and product.selling_plan_groups == empty %} btn–secondary-accent{% endif %}”

Show More
Show More

{% if settings.enable_ajax %}aria-haspopup=“dialog”{% endif %}

Show More
Show More

data-add-to-cart>

Show More
Show More
Show More
Show More

{% unless current_variant.available %}

Show More
Show More

{{ ‘products.product.sold_out’ | t }}

Show More
Show More

{% else %}

Show More
Show More

{{ ‘products.product.add_to_cart’ | t }}

Show More
Show More

{% endunless %}

Show More
Show More
Show More
Show More
Show More
Show More

{% include ‘icon-spinner’ %}

Show More
Show More
Show More
Show More
1 Like

@zhenyathekid

Sorry you are facing this issue, it would be my pleasure to help you.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

@KetanKumar

Hey!
Thanks for your reply.

I sent my website url to you via private message. Check it our please.

Awaiting for your reply!
Thanks.

1 Like

@zhenyathekid

Thanks for details

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.product-form__cart-submit {display: none;}
2 Likes

@KetanKumar
It worked perfectly.
Thanks!

We followed steps and added code to line 7000, but haven’t seen a difference. Cart is still present. https://sharktales.art

1 Like

@Formula

sorry bt i can’t see add to cart button

Thank you! This worked perfectly, note file name is theme.scss.liquid

This is very helpful. Thank you. I am wondering, so, when the customer clicks on buy now, it doesn’t also add to cart. Is it possible to also make it add to cart when someone clicks on buy now. So that if they abandon it, they can come back and go to their cart. Or if the customer wants to buy more than one product.

1 Like

@Bless11 oh sorry for that issue can you please send your store url and issue video or image?