Hi,
I want to decrease the font size of my product title on the product page. It is too big. Can anyone please help me how to do?
Here is the link to a product:
thank you!
Karin
Goal: Reduce the product title font size on the product page in the Dawn theme.
Proposed fix: Add a small CSS rule to the theme’s stylesheet.
Notes:
Outcome: The original poster confirmed the change worked and expressed thanks.
Status: Resolved; no further questions or issues raised.
Hi,
I want to decrease the font size of my product title on the product page. It is too big. Can anyone please help me how to do?
Here is the link to a product:
thank you!
Karin
Hello There,
.product__title {
font-size: 20px;
}
Thank you so much! ![]()