Shopify themes, liquid, logos, and UX
Hi, I’m having a hard time trying to figure out how to center the price on the dawn theme for the product pages.
can someone help?
thank you!
Solved! Go to the solution
This is an accepted solution.
This is an accepted solution.
@suyash1 that code worked thank you! but I had to paste the code on the customize section since this upgrade of the dawn theme allows you to customize the CSS code on there too 🙂
Hello @idaya ,
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.card__content .card__information,
.card__content .card__information .card-information{
text-align: center;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025