Remove images border of the different elements of collage section / DAWN

I would like to remove all border from my website, unfortunately the codes i found didn’t worked on this section nor the images in the all collections page

also any way to make the image from collage section link to something?

thanks a lot

@Casperh

sorry for any issue can you pleas share store url

Wow the master of help himself, i read so much of your post replies and managed to edit quite a bit thanks to you!

My shop is https://thanksskin.myshopify.com/

password is peible

@Casperh

yes please 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.
.card {border: none !important;}

Great, Thanks a lot !

that worked for the collection page but not for the multimedia collage

@Casperh

its my pleasure to help us

yes please onther page url

Can this be applied to the multimedia collage of the main page?

also on the multimedia collage, could it be possible to hide the category name?

i found this code :

”.collage-content__info{

display: none !important;
}”

but it also hide the price of the product and make the category not clickable anymore

@Casperh

yes please share issue image and this page url please

The issue is on the main page, border and no title for collection

https://thanksskin.myshopify.com

@Casperh

yes please try this code

.collage-content__info {display: none;}

This one does does remove the collection’s name but it also removes the price and others infos of the products above, and the grey lines are still here

@Casperh

yes please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-card.css ->paste below code at the bottom of the file.
.collage-card {border: none !important;}
.collage-content__info{display: none;}

It does work in removing the borders but all infos are disappearing, i would have like to just remove the collection section title while keeping the price of the product showcase section

@Casperh

can you please which part do you have show or hide