How to change product title font size on product page - SENSE THEME

Hi there! I want to change the product title font size on the product page on sense theme. It is way too big. How is this done?

Hi @stream797 ,

I know, they should add an option to change the product title. Anyways, you can follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
.product__title h1 {
    font-size: 3rem;
}