Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Davide,

    It looks like your theme is purposefully hiding the sale price.

    To remedy this, please add the following CSS code to “style.css” in your child theme, or the “style.css” file in your parent theme, if you’re not yet using a child theme:

    body.woocommerce .price del {
        display: inline !important;
    }

    Please advise if this produces the desired result. ??

    Thread Starter vipticketsroma

    (@vipticketsroma)

    yep it worked ??
    cool !!

    is there anyway to add a striked through price on an item that doesnt have a sale price. not all items just one???

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sales Price not Strikethrough’ is closed to new replies.