Hi there,
My url: andrejewelry.com
Password: Thankyouverymuch121
I would love to switch the font size of Title and Price.
Make title larger and price smaller. Thank you!
A user seeks to modify the Dawn theme’s product card styling by increasing the title font size and decreasing the price font size.
Solution Provided:
component-card.css file in the Assets folder.card__heading { font-size:1.6rem !important; }.price { font-size: 1.3rem !important; }Outcome:
The original poster confirmed the solution worked perfectly. However, another user reported the same code did not work for their store and requested additional help. The solution provider offered to assist if they share their store URL.
Status: Resolved for the original poster; troubleshooting ongoing for the second user.
Hi there,
My url: andrejewelry.com
Password: Thankyouverymuch121
I would love to switch the font size of Title and Price.
Make title larger and price smaller. Thank you!
Hi @AndreaHuang
Check this one.
.card__heading {
font-size:1.6rem !important;
}
.price {
font-size: 1.3rem !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
It is perfect! Thank you for helping a lot lol.
did not work for me why? can anyone help please
thanks
Hi @TGRF
Did you already solve the problem? If not please share your store URL. Thanks!