Hi
How can I hide the price that shows just underneath the product title on the product page (but keep it everywhere else)?
How can I change the label on the Cart page that says “SHIPPING” to “DELIVERY”?
Thank you!
Ginny
Hey ginnywills,
Sorry for the late reply. Please try this in Quick CSS to hide the first price on the single product page:
.single-product p.price .woocommerce-Price-amount bdi span {
display: none;
}
.single_variation .woocommerce-Price-amount bdi span {
display: block;
}
This might help you to change the label of the shipping field: https://storepro.io/learn/how-to-customize-woocommerce-checkout-page/. If not, then please try asking this question on a WooCommerce help forum instead.
Best regards,
Rikard