how to do collection list name set position in bottom center like screenshot in dawn theme
Topic summary
Goal: Position the collection list titles at the bottom-center in the Shopify Dawn theme, matching a provided screenshot.
Key steps and attempts:
- Store URLs and a password were shared so helpers could inspect the theme. Initial CSS targeting .collection-item__title–overlaid was suggested but didn’t work; one cause noted was that collections initially had no products.
- After products were added, a new CSS approach used absolute positioning on .card__content and styling a.full-unstyled-link. This placed text but not at the desired bottom-center.
- Another contributor proposed using the Theme Customizer (Online Store > Themes > Customize), adjusting section settings, and adding CSS to .card__information (padding-top: 70%; text-align: center). Screenshots were provided and are central to following these steps.
Outcome:
- The requester later confirmed the issue was solved after products were added and adjustments made.
- The exact final setting/CSS snippet used was not specified. The discussion is effectively resolved with no outstanding questions.
Hello @satyapal49
Can you share store URL?
https://display-haul.myshopify.com/ password: 1
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
nott working i need to set in this store https://display-haul.myshopify.com/ password 1
but there is no product in your collection.
added products now
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @satyapal49 ,
You can set the collection name at the bottom of the images with the help of theme customizer.
Steps -:
-
Go to Online Store - Themes - Click Customize
-
Now follow the steps mentioned in screenshot
.card__information {
padding-top: 70%;
text-align: center;
}
I hope this helps.
Please let me know if you have any query.
Thank you.
not working check after upload products
thanks ssolved
Was my reply helpful? Click Like to let me know!
welcome @satyapal49



