Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1290462

    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

    #1291208

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.