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. ![]()
Site:
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. ![]()
Site:
Hi @Dekanten , can you share your store url ?, and which parts you would like to put borders around it?
Hi, check this
I want borders around the brandsnames, you will find those parts on the page. ![]()
Thanks. ![]()
Hey again, thats correct.
I would something like that ![]()
Ok , go to base.css and add the following code :
.collection-card-wrapper .card__inner {
border: 2px solid #FF0000 !important;
border-radius: 10px !important;
}
Hi again
Thank u so much, this was much better. ![]()
Can the color being changed to this color code: 540754
Yeah, in the code that I gave you change #FF0000 with #540754.