How to change TASTE theme product title size?

How to change TASTE theme product title size? Please explain me step by step. Thanks!

Hello @marcotanzi94 :waving_hand:

Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

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

The result

Hope that helps!

Thank you! It works fine!!!

You are welcome!