Dawn theme - Make sale price green and bigger

Hello @DaandeLeur

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product span.price-item.price-item--sale.price-item--last { color: #00B67B !important; font-size: 20px !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.