How can I modify the sales display on my Ride template?

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 @sonicweaponry

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

1 Like

Which code do I need to edit, im not familiar with coding unfortunately

also would you happen to know how to change the color of these individual add to cart buttons as well?