Hey guys,
Trying to add some borders around the products on the product grid of my collection page.
I’m using Flex theme. I’ve attached an image of what I’m trying to achieve.
Thanks for any help.
A Shopify store owner using the Flex theme wants to add borders around products in their collection page grid.
Initial Request:
Solution Process:
.collection-matrix .product-wrap with a 1px solid borderassets/style.css filestyle.css and add the code thereIssue & Resolution:
Outcome:
Issue resolved. Product borders now display correctly without layout problems. User confirms satisfaction with the result.
Hey guys,
Trying to add some borders around the products on the product grid of my collection page.
I’m using Flex theme. I’ve attached an image of what I’m trying to achieve.
Thanks for any help.
Hello @NickGH14
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Here’s the store URL:
Hello @NickGH14
Go to Online Store, then Theme, and select Edit Code.
Search for assets/style.css.
Add the provided code at the end of the file.
.collection-matrix .product-wrap {
border: 1px solid #E1E1E1;
}
.collection-matrix .thumbnail__caption.text-align-left {
margin: 0 0 -3px;
background-color: #f8f8f8;
border-top: 1px solid #e1e1e1;
padding: 18px 10px 17px;
}
Hello @NickGH14
You can search styles.css and add css.
I’ve added the codes, but products are appearing weird on the collection pages. Only one product is showing up per row.
I’ve attached an image below. How can I fix this?
Hello @NickGH14
Can you share the collaborator request code with me so I can add it?
7939
Hello @NickGH14
I have sent you a request. Please accept it and send me a message on WhatsApp at +91 8516919310 so we can discuss any issues there if needed.
Looks incredible, thank you so much for your help!