Hello i want to add a thin/thicker frame around my collection photo images, can it be done with a simple code?
Thanks in advance.
My site is:
Hello i want to add a thin/thicker frame around my collection photo images, can it be done with a simple code?
Thanks in advance.
My site is:
@Dekanten
Hello,
Please Add This CSS GO to Online Store > Select Theme > Edit code > Assets > base.css
.card__inner.color-background-2.gradient.ratio {
border: 2px solid #000;
}
Like This
Hi to you
I tried the code but nothing shows up, have tried 3 different browsers too. Amything more we can try?
@oscprofessional I have tried it but nothing works, it looks pretty good with the photo you added. Is it anything i can do to make this work?
Hello @Dekanten
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.card__inner.color-background-2.gradient.ratio {
border: 2px solid #000 !important;
}
@oscprofessional Thank u so much, i tried in the base it didnt work but i placed
int the component-card.css instead and works well.
Glad to see it works like it should so big high five.
Thank u so much.