In this tutorial, we'll add an option to change the font size of your product titles.
Compatible Themes: This code should work on all free Shopify themes (Dawn, Refresh, Craft, Studio, Publisher, Crave, Origin, Taste, Colorblock, Sense, Ride, Spotlight).
Add Custom CSS
.product__title h1 {
font-size: 30px;
}