Solved

Can I remove text and borders from collection list pictures on Dawn 2.0?

Dike
Pathfinder
105 1 41

Hello everyone,

I currently have two ''collection list'' pictures on my homepage, that direct to their collection:

 

Screen Shot 2021-10-31 at 16.06.41.png

I would rather have the two pictures without the text and borders. Is this possible on dawn 2.0?

Thank you!

URL: https://glowee.nl/

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Dike 

Try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/component-card.css ->paste below code at the bottom of the file.

#shopify-section-template--15290490290398__16351676285f6f7177 .card__media-spacer { padding: 0 !important;}
#shopify-section-template--15290490290398__16351676285f6f7177 .card--media .card__text-spacing {display: none !important;}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 2 (2)

dmwwebartisan
Shopify Partner
12282 2546 3694

This is an accepted solution.

@Dike 

Try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/component-card.css ->paste below code at the bottom of the file.

#shopify-section-template--15290490290398__16351676285f6f7177 .card__media-spacer { padding: 0 !important;}
#shopify-section-template--15290490290398__16351676285f6f7177 .card--media .card__text-spacing {display: none !important;}

Thanks!

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Dike
Pathfinder
105 1 41

Absolutely perfect, thank you so much!!