Hello!
I think an app I previously used added a strike through on my cart page and I’d like to remove it. I have tried adding the code below but it did not work:
#productPrice-product-template s {
text-decoration: none !important;
} #productPrice-product-template small s span {
text-decoration: line-through;
} #productPrice-product-template small s sup {
text-decoration: line-through;
}
The url is munchiemountain.com and I have included a screenshot of the issue. If you have a solution, I would really appreciate it!