I would like to add a solid line #3e8ec1 in all product images (photo only, not around texts), at home page, product pages, and card pages. Thanks
Solved! Go to the solution
Hello Tbjunker,
Please share your site url.
So that I can check and let you know exact solution here.
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.product-card .product-card__image-wrapper { border: 1px solid #3e8ec1; }
This is an accepted solution.
Add below css
.template-product .product-single__media img { border: 1px solid #3e8ec1; }
User | Count |
---|---|
432 | |
194 | |
101 | |
95 | |
90 |