How to change the weight of product page and collection page title

How to change the weight of product page and collection page title?

I want to bold the below titles

https://creamcy.com/collections/best-sellers

1 Like

@lorrnnzo oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.ProductMeta__Title, .ProductItem__Title {
    font-weight: 600;
}

Thank you!! Do you also know how to change the weight of the product price in product page?

1 Like

@lorrnnzo

can you try this code

.template-product .ProductMeta__PriceList.Heading .Price {font-weight: 600;}