Woocommerce – hide “Add to cart” button but show the Price

With Content Views Pro, you can show any products easily.
To hide the button “Add to card” but show the Price, please add this code to Custom CSS field in Content Views >> Settings page:

# For all Views:

.pt-cv-view .woocommerce .add_to_cart_button {display:none!important}

# For specific View only:

#pt-cv-view-VIEW_ID 
.woocommerce .add_to_cart_button {display:none!important}

(replace VIEW_ID with ID of your View)

Best regards,

Scroll to Top