• Resolved blacktigercreative

    (@blacktigercreative)


    Hi there,

    Is there any way to hide the green variation price from showing up when a user selects the “CHOOSE AN AMOUNT” variation?

    If you select an amount from the variations, the product cost appears in a green font underneath the drop-down…. is there a way of removing/hiding this?

    Any help on this would be greatly appreciated.

    Thanks for now.

    Regards,

    Dan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this custom css:

    .postid-2691 .woocommerce-variation-price {
      display: none;
    }

    Custom css can be entered at:
    Dashboard > Wappearance > Customize > Additional CSS

    It will only work on your gift card page.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi @blacktigercreative ??

    Please feel free to use the CSS code provided by @lorro (Thank you very much ??) as it will remove the green variation price from your product.

    Let us know how it goes!

    Cheers.

    Thread Starter blacktigercreative

    (@blacktigercreative)

    Boom!

    @lorro that’s worked a charm – thank you very much for that, just what I needed.

    Thanks for the help and timely response!

    All the best guys.

    Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Green Price from showing up when selecting product variation?’ is closed to new replies.