Can You Change The Price Font?

Hi!
I want to change the font style of the price only.
My store is: https://806de6-3.myshopify.com/

I’ve managed to add a custom font but I cant figure out how to change the font of price only as it seems to be part of span.

Thanks!

1 Like

Hello @leesangheok

This is Amelia at PageFly - Shopify Advanced Page Builder app.

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css

Step 3: Add code

.price__sale,price__sale *{
   font-family: #yourfont;
}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

1 Like

Thank you so much