How to move collection card title to top left corner and change colour?

Solved

How to move collection card title to top left corner and change colour?

jewellerystore1
Explorer
97 0 8

Hi,

 

I would like the collection titles to be in the top left corner and to be able to change them to white. Please help!

Using dawn theme. https://nuijewellery.com.au/

Thank you!

 

Screen Shot 2024-03-25 at 3.08.30 pm.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11360 2226 2399

This is an accepted solution.

Hi @jewellerystore1 

You can do that by adding this code to theme.liquid file, after <head> 

<style>
.collection-list .card__content {
align-items: start;
}
.collection-list .card__content .card__heading {
color: #fafafa;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
11360 2226 2399

This is an accepted solution.

Hi @jewellerystore1 

You can do that by adding this code to theme.liquid file, after <head> 

<style>
.collection-list .card__content {
align-items: start;
}
.collection-list .card__content .card__heading {
color: #fafafa;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

jewellerystore1
Explorer
97 0 8

Thank you very much!! :))