Website Building » Wix » How Do I Remove Add to Cart Button on Wix?

How Do I Remove Add to Cart Button on Wix?

Last updated on January 3, 2023 @ 5:28 pm

Are you looking to remove the add to cart button on your Wix website? Maybe you’re selling digital products and don’t need the button, or maybe you want to style the button to match your website’s design. Whatever the reason, removing the add to cart button is easy to do with a few lines of code.

To remove the add to cart button, you’ll need to access your Wix site’s code. Go to the Wix Editor and click on the “Add Code” element. Then, paste the following code into the box:

GREAT NEWS:

Exciting update! We've collaborated with Wix to offer WBI users with a free plan for all website creation needs - Explore the details here.

PRO TIP: If you are considering removing the “Add to Cart” button on your Wix website, be aware that this could have negative consequences for your business. Without this button, potential customers will not be able to easily purchase your products or services, which could lead to lost sales and revenue. Additionally, removing this button could make your site look less professional and trustworthy, which could deter people from doing business with you altogether. Proceed with caution if you decide to remove the “Add to Cart” button from your Wix site.

#my-store-id {
visibility: hidden;
}

Replace “my-store-id” with your actual store ID. You can find your store ID by going to Wix Settings and clicking on “General.” Your store ID will be listed under “Store ID.” Once you’ve added your store ID, click “Update” and then “Publish” to save your changes.

That’s it! The add to cart button will now be hidden on your website. If you ever need to add it back, simply delete the code or replace “visibility: hidden;” with “visibility: visible;”.

Conclusion:

Removing the add to cart button on your Wix website is easy to do with a few lines of code. Simply access your site’s code, paste in the provided code, and replace “my-store-id” with your actual store ID. Click “Update” and then “Publish” to save your changes.

Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.