Hi There!
Am using the theme “Focal”, and am trying to edit the size of the product title/name. Tried a few solutions found on the forums by inserting additional code into the .css file but doesn’t appear to be working for my theme.
If someone can let me know how to best edit the size of the Product Name/Title on the actual Product Details page only, that would be much appreciated, thank you!
Please let me know the store URL and the password if its protected?
In admin go to online store → click actions → Edit code → find your css asset. (search for css asset, there is likely +10.000 lines of code) go to bottom of the code and paste the following.
h1.product-meta__title.heading.h3{
font-size: 20px;
}
if you want it to be smaller go with a smaller number and if bigger go with a bigger number.
Best regards.
Shopi5
Perfect, thank you very much!