Shopify themes, liquid, logos, and UX
On my main page, I have a collections carousel, but I’m looking to have the name of the collection over the image of the collection, like it is on my main page. But I want it like that on the actual collections list page. Page is shopdragdrip.com
Hi @Dragdrip
Do you mean like this?
Only this collection you like to be like that? Or more collection?
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-section-template--17696249413887__main .card__content {
position: absolute;
top: 50%;
left: 45%;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025