Shopify themes, liquid, logos, and UX
Hi,
How do I centre the product titles and prices on both the 'Featured Collections' on the Home tab and all the products on the Catalogue tab? I'm using the Debut theme. My shop is onyx-and-elm.myshopify.com
Thanks.
Solved! Go to the solution
This is an accepted solution.
Hi @shelleyd
You added that css code which was sent to you.
Just replace that code with this one.
.grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
.grid.grid--uniform.grid--view-items li {
text-align: center;
}
@shelleyd
hi,
welcome to Shopify Community.
Your Store is password protected kindly Share your Store Front Password.
So that we can help you.
Thank you.
Hi
Your store is password protected. Please share frontend password.
You can do this by using custom css. If you have css knowledge you can do this easily.
Thanks. It's KZ-vdHfR-eASE85
incorrect pasword
Hi
use this css it would work for you.
#shopify-section-featured-collections .grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
#shopify-section-featured-collections .grid.grid--uniform.grid--view-items li {
text-align: center;
}
will look like this.
Thank you. Do I just add this code to the end of the theme.css page?
This is an accepted solution.
yes
It worked perfectly. Thank you!
Sorry, it has centred the titles on the Home page, but not on each of the individual collection pages. Is there a way to do this too?
This is an accepted solution.
Hi @shelleyd
You added that css code which was sent to you.
Just replace that code with this one.
.grid.grid--uniform.grid--view-items li .price.price--listing .price__regular {
width: 100%;
}
.grid.grid--uniform.grid--view-items li {
text-align: center;
}
It's working perfectly now. Thanks!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025