Re: 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
11537 2258 2441

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>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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
11537 2258 2441

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>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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!! :))