Hi,
Im using the Ride template and im wondering if there is a way to change the way my sales are displayed to the color contrast and display of this example:
My site is: https://sonic-weaponry.myshopify.com/
Any help is much appreciated!
Hi,
Im using the Ride template and im wondering if there is a way to change the way my sales are displayed to the color contrast and display of this example:
My site is: https://sonic-weaponry.myshopify.com/
Any help is much appreciated!
Add below css to base.css file
s.price-item.price-item--regular {
color: #8b8b8b !important;
}
span.price-item.price-item--sale.price-item--last {
color: red !important;
}
To add word Now, You have to edit the code if you are familiar.
Thanks
Hit Like and Accept as Solution
Which code do I need to edit, im not familiar with coding unfortunately