How to change Product Title size in theme code

I want to change the Product Title size in the product page. I tried many methods but not work with my theme.

Store url: rebellivn.myshopify.com

Hello @mattks

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-title .h2{ font-size: 37px !important; }

@mattks - please add this css to the very end of your styles.css file and check, adjust number as per the need

.product-title .h2 {font-size: 20px;}