How can I remove text and borders from pictures in Dawn 2.0?

Hello everyone,

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

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/

1 Like

@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!

1 Like

Absolutely perfect, thank you so much!!