• Resolved samefc4

    (@samefc4)


    Hi, I am using Wholesale Suite plugin. When wholesale users are logged in its shows the wholesale price. It also shows the RRP price but with a line through it. I would like to show the RRP price but without the line through it. Can anybody help me please?

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

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

    (@superlemon1998)

    hi @samefc4 ,

    Please add the following CSS to your website, you can do so by going to Appearance > Customize >Additional CSS

    If everything goes well, it should look like this: Screenshot by Lightshot (prnt.sc)

    .original-computed-price{
    text-decoration:none !important;
    opacity:1 !important;
    }

    .original-computed-price:before{
    content: “Retail Price: “;
    }

    Thread Starter samefc4

    (@samefc4)

    That worked. Thanks Jeff.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wholesale Suite – Remove line through RRP Price’ is closed to new replies.