Home › Forums › Trusted › Remove the price tag from the woocommerce product page › Reply To: Remove the price tag from the woocommerce product page
March 21, 2018 at 2:33 pm
#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;
}