Taste Theme - How to decrease size prize on the different collection

Hello I want to decrease the size to be exactly the same as the title of the product. And I also want the same “bold”

if it is possible. Here are my website : www.five-pocket.com and I put a picture of what I want to change. Thanks !

Hi @imazele ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file

.price__regular {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
    font-weight: bold;
}

Hope my answer will help you.

Kate from PageFly Team

Hello @imazele ,

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

The size is okay now but it is too bold I want the exact “level of bold” than the product title ! How can I do that please !

Hi @imazele

The font-weight property supports many other values, you can refer to the image below to change the value accordingly:

We hope that this can help you.