Can anyone help me adding borders around the products like in the example below?
I tried a couple of solutions but none worked. I use the Debutify theme.
Thanks!!
Solved! Go to the solution
This is an accepted solution.
@Dutchies - something like this?
.product--wrapper{border: 1px solid #e2e2e2;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -4px #e2e2e2;}
This is an accepted solution.
I would do it around everything and add a little padding so that it looks a little more like his original example:
.grid-product__wrapper {
box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
padding: 20px 15px;
}
You can add that to the bottom of your theme.scss.liquid file in your Assets folder under Online Store > Themes > Actions > Edit Code
User | Count |
---|---|
542 | |
209 | |
125 | |
79 | |
43 |