All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I have tried to adjust font size of Product Title on product page on typography, but the size is way too big. Can anyone help to make it smaller?
Thanks.
Katy
Solved! Go to the solution
This is an accepted solution.
Try this code.
1. Go to Online Store-> Theme->Edit code
2. Asset->/base.css ->paste the below code at the bottom of the file.
.product__title h1 {
font-size: 24px;
}
Hi @KatyLee
I love to help you. Could you give me your store address to check?
This is an accepted solution.
Try this code.
1. Go to Online Store-> Theme->Edit code
2. Asset->/base.css ->paste the below code at the bottom of the file.
.product__title h1 {
font-size: 24px;
}
Thanks a million! 😃 It works fine.