简体   繁体   中英

Hide/remove 'add to cart' button on shop page for one product only

Is there a way to hide or remove the ADD TO CART button on the shop page for a single product only? This would be in order to force the user to click to the single product page, where they are to "build" or customize their product.

I tried the following line of code, but it didn't get the job done:

#product-3093 .products-grid .button.btn-cart {
display: none;}

Any help will be greatly appreciated.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM