How i can bold and red my product price sale? Impulse theme

I cant put bold and red my product price on sale, this website https://puchol-landings.myshopify.com/products/leggin and this password kleipa ,thanks

@PedroPuchol99

Thanks for post, yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.product__price.on-sale {
    color: red;
    font-weight: bold;
}
1 Like