Re: How to change the collection list design so the text is in the middle of the picture | Dawn them

Solved

How to change the collection list design so the text is in the middle of the picture | Dawn theme

petitlaurierco
Explorer
83 1 21

Hello.

 

I would like my collection list on the home page to go from this

 

petitlaurierco_2-1726886674251.png

 

 

to this

 

petitlaurierco_0-1726886647649.png

Thank you !

Accepted Solution (1)

Tech_Coding
Shopify Partner
501 127 125

This is an accepted solution.

Hello @petitlaurierco 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collection-list-wrapper slider-component .card--media .card__content {
       justify-content: center !important;
       top: 50% !important;
       bottom: 0 !important;
   }
</style>

Tech_Coding_0-1726887068921.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 4 (4)

Tech_Coding
Shopify Partner
501 127 125

This is an accepted solution.

Hello @petitlaurierco 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .collection-list-wrapper slider-component .card--media .card__content {
       justify-content: center !important;
       top: 50% !important;
       bottom: 0 !important;
   }
</style>

Tech_Coding_0-1726887068921.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
petitlaurierco
Explorer
83 1 21

It worked! thank you very much!

BSS-TekLabs
Shopify Partner
2401 695 828

- Here is the solution for you
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

 

<style>
.collection-list-wrapper slider-component .card--media .card__content {
    justify-content: center !important;
    bottom: 60px !important;
}
</style>

 

- Here is the result you will achieve:

BSSTekLabs_0-1726887290614.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-B2B
Shopify Partner
1972 564 561

@petitlaurierco,
Step 1: Go to Admin -> Online store -> Theme > Edit code:

BSSCommerceB2B_0-1726887246105.png

 

Step 2: Search for the file theme.liquid. And add this code before </head>

<style>
.collection-list-wrapper .card__content {
  justify-content: center!important
}
</style>

Step 3: Save and reload home page.

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now