Place Collection Title On Top Of Cover Image

Solved

Place Collection Title On Top Of Cover Image

EastsideMelrose
Excursionist
29 0 11

I want the collection title to be on top of the cover image. The first image is my current page, the second image is what I want it to look like?

 

URL: https://www.eastsidemelrose.com/

Password: opensesame

 

EastsideMelrose_0-1724847123537.png

EastsideMelrose_1-1724847146911.png

 

Accepted Solutions (2)

Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Hi @EastsideMelrose 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collection-list .card__content {
    position: absolute;
    bottom: 0;
    left: 5px;
}

 

And Save. 

Result:

Made4uoRibe_0-1724847682080.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @EastsideMelrose ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.collection-list__item.grid__item .card__content {
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.collection-list__item.grid__item .card__content a {
  color: white!important;
}
</style>

 

Result

BSSCommerceB2B_0-1724848065190.png

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

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
10137 2405 3039

This is an accepted solution.

Hi @EastsideMelrose 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

.collection-list .card__content {
    position: absolute;
    bottom: 0;
    left: 5px;
}

 

And Save. 

Result:

Made4uoRibe_0-1724847682080.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
EastsideMelrose
Excursionist
29 0 11

Thank you, that works great! Is there anyway to be able to change the text color to white?

niraj_patel
Shopify Partner
2391 516 516

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 .full-unstyled-link {
color: #fff !important;
}

</style>

niraj_patel_0-1724848151053.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

BSSCommerce-B2B
Shopify Partner
1972 564 568

This is an accepted solution.

Hi @EastsideMelrose ,

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

 

<style>
.collection-list__item.grid__item .card__content {
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.collection-list__item.grid__item .card__content a {
  color: white!important;
}
</style>

 

Result

BSSCommerceB2B_0-1724848065190.png

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

EastsideMelrose
Excursionist
29 0 11

Thank you so much!

niraj_patel
Shopify Partner
2391 516 516

Hello @EastsideMelrose 

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 .card__information {
     position: absolute;
     bottom: 0;
     left: 6%;
}

</style>

niraj_patel_0-1724847892753.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com