Hello,
There seems to be this border around my product images on the collection as well as product pages.
Here is the border I am refering to:
Anyway we can remove this border?
Store URL: https://merciane.com/
Thank you!
Hello,
There seems to be this border around my product images on the collection as well as product pages.
Here is the border I am refering to:
Anyway we can remove this border?
Store URL: https://merciane.com/
Thank you!
Hello @MotionStore111
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.
img.product-item-img.img-fluid.mb-4.rounded {
border: 1px solid var(--bs-border-color);
padding: 0.25rem;
}
@oscprofessional
Doesn’t seem to apply any change.
Hello @MotionStore111
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.
img.product-item-img.img-fluid.mb-4.rounded {
border: none!important;
}
Hello @MotionStore111
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.
.img-thumbnail {
border: none !important;
}
Hey @MotionStore111
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank You Moeed that does it.