only display add to cart button for specific id

Solutions on MaxInterview for only display add to cart button for specific id by the best coders in the world

showing results for - "only display add to cart button for specific id"
Martina
29 Aug 2017
1.postid-12875.single-product.woocommerce .cart {
2
3   display: none !important;
4
5} 
Gustave
04 Sep 2018
1.postid-12875.woocommerce div.product form.cart .button {
2    display: none;
3}
4.postid-12875.woocommerce div.product .product_meta {
5    top: -27px !important;
6}