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 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024