Change font size on product page for mobile

Hello, @RVWebsitehelp

  1. Go to Online Store
  2. Edit Code
  3. Find theme.css/base.css file
  4. Add the following code in the bottom
h1.product-title {
    font-size: 22px !important; /* increase as per your choice */
}

Thanks!