Hi, I need help with making border to images only of my featured collection.
Thanks
Hi, I need help with making border to images only of my featured collection.
Thanks
Hello There,
Please share your store URL and Screenshot.
So that I will check and let you know the exact solution here.
Hi @LeoRobert ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
My URL: https://uallo.com/
Hi @LeoRobert ,
You can follow the instruction below:
#shopify-section-featured-collections .collection-grid__item-link {
border: 1px solid black;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hello There,
.collection-grid__item-overlay.grid__image {
border: 2px solid #000;
border-radius: 6px;
}
Screenshot:-Screenshot by Lightshot
This works but not on my wanted collection. The collection I mentioned of is right under “New In” (screenshot attached).
Hi @LeoRobert ,
You can follow the instruction below:
.template-index .grid-product__wrapper {
border: 1px solid black;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
it ended up with borders around image, title and price. I only wish to add border to image only
Hello There,
.template-index .product--wrapper {
border: 1px solid black;
border-radius: 6px;
}
it work! thank you so much
Thank you for your response. It’s good to know that it’s worked for you.
If helpful then please Like and Accept the Solution All.