All things Shopify and commerce
I don't want the "buy it now" button to be present on my site because we are a wholesaler with lots of foreign old people that will be shopping and I am afraid they will click buy now on items and be confused that they couldn't add more to the cart. I use the Empire theme from Pixel Union. Does anyone know how to get rid of this button?
Would you mind to share your store URL? Thanks!
Hey! My url is smokehousedistribution.com
Thanks for the info, do you mean this one right?
if it is check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
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:
a.product-link {
display: none;
}
And Save.
This is Noah from PageFly - Shopify Page Builder App
Hi @livdistribution Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.product-details .product-block--view-product-link{
display: none !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hi @livdistribution. If you want to remove the Buy Now button, then you can turn off the Buy Now button from your theme settings. It is the most easy and recommended way to do this.
In your theme you will find this settings. Just go to your Product Page from Theme settings and you will find the option. You can see the below image:
If you're using css code to hide Buy Now button make sure that css code doesn't impact other designs of your website.
Let us know if you need any help.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025