How can I adjust the product title font size?

https://www.healtholo.co/products/youpin-hipee-smart-posture-correction-device-posture-training-device-corrector-adult-child-enough-stock

how do i make the title of the product font smaller?

Thanks!

In theme settings on the product template add a liquid block to the product section or a custom-liquid section elsewhere on the page and one of the following CSS 's

For larger screens like desktop


For all devices:


Adjust 3rem to need.

@Healtholo

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.product__title h1 {
    font-size: 30px;
}