Help! How do I add image borders to product thumbnails? Color code is #CDBACF
This is the page currently
This is what I’m going for:
I’m currently using the free Origin theme if that matters!
Hi @rlacaz
Would you mind to share your Store URL website? with password if its protected. Thanks!
https://zxnr4pzwybkpfby4-80574054720.shopifypreview.com
There’s no password!
Hey @rlacaz
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you for the information. Try this one.
ul#product-grid li {
border: 5px solid #CDBACF;
}
.card__information {
padding-left: 10px !important;
}
Result:
I also add a bit of padding in the title and prices.
Before
After
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"