Home Forums Trusted Remove the price tag from the woocommerce product page Reply To: Remove the price tag from the woocommerce product page

#4251
Andy
Keymaster

Add the following in ‘Customize’ > ‘Additional CSS’ to remove the price from single product page only

.woocommerce div.product p.price{
    display: none;
}