Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid
.grid-view-item.product-card .loox-rating {
text-align: center;
}
This centered my titles but price is still left justified in the product listings.
I am using the Debut theme.
************
Actually, upon deeper review, this centered ALL text - titles under images, description of products.
Can I JUST center Home Page text under images - I am displaying images from collections.
Thank you.
Hello khacmac,
Please share your site url and screenshot.
So that i can check and let you know the exact solution here.
Hello khacmac,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.template-index .grid-view-item.product-card {
text-align: center;
}
User | Count |
---|---|
542 | |
209 | |
126 | |
80 | |
44 |