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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey 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, 2024