How can I increase and bold the price size on Motion theme product pages?

Hi! Can anyone help me increase the price size and Bold it on the product & cart pages with the Motion Theme?

Hi @jermas ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file:

span.product__price.sale-price {
    font-size: 24px;
    font-weight: bold;
}

Note: You can adjust the font-size value to match your store

Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @jermas ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team