Answers for "woocommerce hide cart"

PHP
0

elementor woo product hide add to cart

add_filter( 'woocommerce_is_purchasable', '__return_false');
Posted by: Guest on July-24-2020
0

Hide Categories - Woocommerce Product Page

//remove categories in the product page of woo
.product_meta .posted_in {display: none !important;}

//remove tags in the product page of woo
.tagged_as{display: none !important;}
Posted by: Guest on January-02-2022

Browse Popular Code Answers by Language