• Resolved Don Anastas

    (@javaman1)


    The link provided is an example. I suppose I need CSS coding to remove the “add to cart” button universally on my site.

    Thank you in advance for any guidance.

    Don

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello javaman1,

    Try below css code.

    button[name="add-to-cart"] {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Hi @javaman1,

    Did the code provided by @saurabhdhariwal work for you? If not let us know!

    Thread Starter Don Anastas

    (@javaman1)

    Sorry, the code did not work in my instance. To remove the “add to cart” button I had to remove the item price and it went away.

    Since problems with checkout, shipping apps and a whole slew of extensions used for a shopping site were not working well, in addition to the piling up of costs, I added a link to a 3rd party to further shop the product & for checkout. I added the price in the description and a link which opens in a new window to that site.

    My site has a lot of content/reference articles so I added products because of the traffic I receive and some requests. This method simplified the process.

    Thanks for your help.

    Ah, I am happy the 3rd party link appears to work. If you run into additional issues with the add to cart button showing back up let us know!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “Add to Cart” button’ is closed to new replies.