How to make borders around collection page - See attached image

Hello

I would like to add border to a part on my site, i want to use a color who will match the tiles on the page.

How can this be arranged with a code?

Many thanks for all help, i have 4 sections to fill and hope we can figure something out. :slightly_smiling_face:

Site:

Dekanten.no

Hi @Dekanten , can you share your store url ?, and which parts you would like to put borders around it?

Hi, check this

www.dekanten.no

I want borders around the brandsnames, you will find those parts on the page. :slightly_smiling_face:

Thanks. :slightly_smiling_face:

Like this :

1 Like

Hey again, thats correct. :slightly_smiling_face: I would something like that :grinning_face_with_smiling_eyes:

Ok , go to base.css and add the following code :

.collection-card-wrapper .card__inner {
    border: 2px solid #FF0000 !important;
    border-radius: 10px !important;
}
1 Like

Hi again

Thank u so much, this was much better. :slightly_smiling_face:

Can the color being changed to this color code: 540754

Yeah, in the code that I gave you change #FF0000 with #540754.

1 Like