• Resolved mattyking

    (@mattyking)


    Loving in the plugin, it does just what I need thankyou.

    I wondered if there was any way to stop it from crossing-through the original price? Our wholesale customers like to see what the RRP is so that they know what they can charge but then also see the wholesale price so they know what they’ll be charged. I can differentiate the two by using the prefix text but the cross-though sale price type line would be nice to remove.

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Jeff Alvarez

    (@superlemon1998)

    Hi @mattyking ,

    A simple CSS customization should do the trick, add the code below to your theme in Appearance > Customize >> Additional CSS

    .wc-block-components-product-price__regular, .original-computed-price{
    text-decoration:none !important;
    opacity:1 !important;
    }

    Result: https://ibb.co/chCzMVjm

Viewing 1 replies (of 1 total)

The topic ‘RRP Cross-Through Line’ is closed to new replies.