How to change product title font size only on product page. (DAWN THEME)

@thevista888

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-main-product.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.product__title {
font-size: 30px; /* change valua as you like */
}
4 Likes