Craft theme: Product Title on Product page too big

Hi,

I have tried to adjust font size of Product Title on product page on typography, but the size is way too big. Can anyone help to make it smaller?

Thanks.

Katy

Hi @KatyLee

I love to help you. Could you give me your store address to check?

Try this code.

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

.product__title h1 {
font-size: 24px;
}

Thanks a million! :smiley: It works fine.