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