website is funkobros.com
and I am trying to make this font smaller, but am unable to figure out how to do so
website is funkobros.com
and I am trying to make this font smaller, but am unable to figure out how to do so
Hi @FunkoBros ,
You can try this code.
.product__title h1 {
font-size: 30px;
}
Result;
You can change the sizes what ever you want.
I hope it help.
Ok. That worked for the product pages. But how about for “Featured Product”?
Im not sure which is the featured product is its a bit confusing. Is this one?
.product-block.product-block--title.product-block--first h1 {
font-size: 20px;
}
If not this, can you tell me which one? Thanks!