Hide the price in product page
-
Hi, is there a way to hide the price as shown in picture?
However, I still want to keep the price range under the product title
Many thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .price {
display:none;
}
Best Regards
HI, i did tired but the result is that it will hidden the price under the production title (i want to keep it) as well.
The only thing i want to hidden is just the amount.
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .woocommerce-variation .woocommerce-variation-price .price{
display:none;
}
Best Regards