How can I remove the 'Add to Cart' option but keep the cart icon?

Solved

How can I remove the 'Add to Cart' option but keep the cart icon?

AlexLundquist
Excursionist
23 0 5

Hey I wanted to know if there was any way to remove the add to cart option so there is only a buy now button, I still like the cart icon in the top right I just don't want the add to cart button, thank you.Image 8-4-23 at 8.10 AM.jpeg

Accepted Solution (1)

Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @AlexLundquist 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
button#ProductSubmitButton-template--20117228355904__main {
    display: none;
}
</style>

Moeed_0-1691155489672.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4969 1317 1599

This is an accepted solution.

Hey @AlexLundquist 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
button#ProductSubmitButton-template--20117228355904__main {
    display: none;
}
</style>

Moeed_0-1691155489672.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

oscprofessional
Shopify Partner
16115 2409 3121

Hello @AlexLundquist 

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

 

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

 

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
robertoals
Visitor
1 0 0

I have the same problem, unfortunately this solution doesn't work with the spotlight theme?

 

Could you help me solve it for my theme?