Get rid of Buy it now button

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?

2 Likes

Hi @livdistribution

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


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

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.