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
I'm trying to align the title of the Featured Collection (called New Arrivals) on my homepage to be central because at the minute the default setting is set to left. What code do I need add into the Custom CSS to make it central?
Solved! Go to the solution
This is an accepted solution.
@IR01 Hope you are doing well.
Could you please share your store URL?
Or else you can use below CSS and make the changes as per your class structure.
.className{
text-align:center;
}
This is an accepted solution.
@IR01 Hope you are doing well.
Could you please share your store URL?
Or else you can use below CSS and make the changes as per your class structure.
.className{
text-align:center;
}
Hi @IR01
Would you mind to share your store URL? Thanks!
Hi, my URL is urlajewellery.com
Thanks!