How do I change the color, size and make the price bold?

Hey, I want to change the price to make it orange (FF6A29), bold and a bit bigger for it to stand out. How can I do this? I want to apply it to my product page and landing page. Thank you in advance!

Hello @switchybits ,

Can you drop here your website link and which theme you are using?

1 Like

Hello @switchybits

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--regular { color: #FF6A29; font-weight: 800; font-size: 20px; }
1 Like

Thank you this worked like a charm!