A handy way to hide the buy button or out-of-stock labels on individual products you don’t wish to sell is to use tags to hide the buttons. Add to custom CSS in your themes ‘additional CSS’ area.

 


.product_tag-add_tag_here .summary .stock, .quantity, .single_add_to_cart_button, {
display:none!important;
}