Shopify themes, liquid, logos, and UX
How can i center the price ?
thanks in advance
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code there
.price__container {
display: flex !important;
justify-content: center;
}
This is an accepted solution.
what about the ptoducts title how can i center them too ?
This is an accepted solution.
add this css there to center the titles
h3 .full-unstyled-link {
text-align: center;
}
What's your store url ?
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css and paste this code there
.price__container {
display: flex !important;
justify-content: center;
}
This is an accepted solution.
what about the ptoducts title how can i center them too ?
This is an accepted solution.
add this css there to center the titles
h3 .full-unstyled-link {
text-align: center;
}
thank you bro so much for your help
Happy to help you 🙂
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