Shopify themes, liquid, logos, and UX
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
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 🙂