how do i make the title of the product font smaller?
Thanks!
how do i make the title of the product font smaller?
Thanks!
In theme settings on the product template add a liquid block to the product section or a custom-liquid section elsewhere on the page and one of the following CSS 's
For larger screens like desktop
For all devices:
Adjust 3rem to need.
yes, please add this code
.product__title h1 {
font-size: 30px;
}