Prestige Theme - How to remove "Original Price" that has the strikethrough on Product Recommendation

I would like to remove the strikethrough original price on the ‘Product Recommendations’ for the Prestige Theme.

A quick explanation, we added new variants - bundles with discount (using the ‘Compare’ function) but our single units variants do not have any discounts.

On the Product Recommendation tabs (on the bottom of our product pages), I would just like the normal (single unit) price to show, and once someone lands on the product page they can click on the ‘bundles’ variants and see the discount. I want the original and sale prices to remain as they are on the Product pages.

Screenshot for reference.

Website is: https://manukora.com/

1 Like

@guiveloso

Please add the following code at the bottom of your assets/theme.css file.

.ProductRecommendations .Price--compareAt {display: none !important;}

Hope this works.

Thanks!

1 Like

How can you add a strikethrough on original price and show discounted price beside it? :thinking: cheers :blush: