Compare price colour change & swap price positions - Brooklyn Theme

Hi,

Just looking to make some quick alterations to my product page.

I’d like to make the ‘WAS’ price appear after the current price. I’d also like to change the ‘WAS’ price to a dark grey colour to bring the focus on the current price.

https://lavishlab.co.uk/products/lavishlab-facial-toning-device?variant=42173761093791

Hi @SlickTok

You can find this class in the theme code base and change the color:-
.product-single__price–compare-at

{
padding-right: 5px;

display: inline-block;
text-decoration: line-through;

color: #797979;

}

Please like the reply and mark it as a solution if you find it helpful.

Cheers!!
Shubham
Return Prime

Could you point out exactly where I can find this? Also, how i can swap the positions of the compare price and the current price? i’d like the current price to be on the left and the compare price to be on the right rather than the other way around.