Theme: STILETTO
Website: www.chelseacrew.com
Hi team, on my theme that is not published, I’m able to add a code that shows the original price slashed through with the sale price and show the ‘final sale’ marked in the cart.
However, in my published theme it only shows the sale price without even showing that the original price was.
I would like it to look like the below.
Can someone please help?
I mean, what’s the difference between your published and not published theme?
From the way you’ve phrased it, it sounds like you have 2 versions of your theme, and only one of them contains the discount display code you’re looking for.
Can you provide some more details about how you have this set up?
I honestly don’t know what the different between the two themes is - that’s what doesn’t make sense to me!
As you can see, the screenshot I provided was for the un-published theme. However, when I add the same code to my published theme it doesn’t apply the same feature.
The code was applied to “theme.css” and this is the code I used:
.cart-subtotal__title,
.cart-subtotal__price {
font-size: 0.76em !important;
}
.cart-subtotal__title–accent,
.cart-subtotal__price–accent {
color: {{ settings.color_primary }} !important;