Shopify themes, liquid, logos, and UX
I would like to have the category name in the image and not below it as in the following image.
So far:
How I imagine it:
Can someone provide a suitable CSS code?
Thanks a lot!
Solved! Go to the solution
This is an accepted solution.
Paste the given css on the bottom of file 'Assets > base.css'.
.collection-list .card__content {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
}
.collection-list .card__content .card__heading {
text-align: center;
color: white;
}
Please don't forget to like and accept the solution. Contact for more queries.
Thanks
Can you please provide your store URL? If storefront is password protected then password too?
Thanks
This is an accepted solution.
Paste the given css on the bottom of file 'Assets > base.css'.
.collection-list .card__content {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
}
.collection-list .card__content .card__heading {
text-align: center;
color: white;
}
Please don't forget to like and accept the solution. Contact for more queries.
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025