Answers for "only display add to cart button for specific id"

CSS
0

only display add to cart button for specific id

.postid-12875.single-product.woocommerce .cart {

   display: none !important;

}
Posted by: Guest on February-24-2021
0

only display add to cart button for specific id

.postid-12875.woocommerce div.product form.cart .button {
    display: none;
}
.postid-12875.woocommerce div.product .product_meta {
    top: -27px !important;
}
Posted by: Guest on February-24-2021

Code answers related to "only display add to cart button for specific id"

Browse Popular Code Answers by Language