Hi,
I want to change the h1 font size on all product pages to 175%.
To do this, I now have the follwoing CSS, but I need to manually set that up on every single product template:
h1 {
font-size: 175%;
}
Is there a way to set this as the default for all product pages wihtout doing CSS in every product page section?
Thanks.