I am using Shopify - Brooklyn theme , I need to create border or shadow around Collections images on my homepage.
My website is : www.TOAI.in , it is not password protected.
I am using Shopify - Brooklyn theme , I need to create border or shadow around Collections images on my homepage.
My website is : www.TOAI.in , it is not password protected.
Hi @SurTri ,
You can follow the instruction below:
.collection-grid__item-link {
border: 4px solid #000;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thanks , it worked. Can you just guide me on how to make the borders transparent and grey?
I am using this border : border: 1rem solid #9e9e9e;
I want to make the border translucent. Is that possible?