Collection Title Position - Publisher theme

Solved

Collection Title Position - Publisher theme

hardingmolly
Tourist
10 0 4

Hi,

I'd like to move the title on my collection image to the top left of the image like this: Screenshot 2024-02-15 110816.png

I'd also like to make the text much bigger to be in proportion to the size of the photo.

Much appreciated of any help!

Thank you 🙂

Accepted Solution (1)
webwondersco
Shopify Partner
1200 171 174

This is an accepted solution.

@hardingmolly Please add the below line of CSS code at the end of your base.css file.

 

.section-collection-list li.collection-list__item.grid__item .card__content{
top:30px;
transform:translate(-50%, 0);
}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 4 (4)

webwondersco
Shopify Partner
1200 171 174

@hardingmolly hope you are doing well.

 

Could you please share your store URL? so can check and guide you

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
hardingmolly
Tourist
10 0 4

Hi, thank you! Here's the link: https://sigridlondon.com/

webwondersco
Shopify Partner
1200 171 174

This is an accepted solution.

@hardingmolly Please add the below line of CSS code at the end of your base.css file.

 

.section-collection-list li.collection-list__item.grid__item .card__content{
top:30px;
transform:translate(-50%, 0);
}
Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
hardingmolly
Tourist
10 0 4

Great, that worked!! Thank you so much for your help! 🙂