Changing font size of the Product Title - DAWN

Hi,

I want to decrease the font size of my product title on the product page. It is too big. Can anyone please help me how to do?

Here is the link to a product:

https://onlineshop.sisento.de/products/brecos-italienische-anzugschuhe-brogue-oxford-budapester-mittelbraun-durchgenaeht

thank you!

Karin

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset → base.css and paste this at the bottom of the file:
.product__title {
    font-size: 20px;
}

1 Like

Thank you so much! :slightly_smiling_face: