Hello guys,
How can I add bordes to my thumbnails pictures like shown with the pink lines on the screenshot below?
Appreciate the help!
Hello guys,
How can I add bordes to my thumbnails pictures like shown with the pink lines on the screenshot below?
Appreciate the help!
Hi @Bramm ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Hi @Bramm ,
I understand that you want to add bordes to thumbnails pictures.
.product-media.product-media--image {
border: 0.5rem solid;
}
.rimage-outer-wrapper {
border: 0.5rem solid;
}
@PageFly-Victor @Made4uo-Ribe Thank you very much, both solutions worked!